From 9a0a4fe9080aa90f3c0f7ad5651e458d03e9193e Mon Sep 17 00:00:00 2001 From: jj Date: Fri, 8 Nov 2024 11:32:59 +0800 Subject: [PATCH] bump to v2.0.8 --- orbbec_camera/include/orbbec_camera/constants.h | 2 +- orbbec_camera/package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/orbbec_camera/include/orbbec_camera/constants.h b/orbbec_camera/include/orbbec_camera/constants.h index d17d5975..85c0ed0a 100644 --- a/orbbec_camera/include/orbbec_camera/constants.h +++ b/orbbec_camera/include/orbbec_camera/constants.h @@ -23,7 +23,7 @@ #define OB_ROS_MAJOR_VERSION 2 #define OB_ROS_MINOR_VERSION 0 -#define OB_ROS_PATCH_VERSION 7 +#define OB_ROS_PATCH_VERSION 8 #ifndef STRINGIFY #define STRINGIFY(arg) #arg diff --git a/orbbec_camera/package.xml b/orbbec_camera/package.xml index e4bf406b..341ee5dc 100644 --- a/orbbec_camera/package.xml +++ b/orbbec_camera/package.xml @@ -2,7 +2,7 @@ orbbec_camera - 2.0.7 + 2.0.8 Orbbec Camera package Joe Dong Apache-2.0