From ae975ab92771a5534d178f17c16e382fd3b1444c Mon Sep 17 00:00:00 2001 From: lixiaobin Date: Thu, 21 Dec 2023 09:50:13 +0800 Subject: [PATCH] Update version to v1.4.3 --- 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 13ab8ceb..676c0299 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 1 #define OB_ROS_MINOR_VERSION 4 -#define OB_ROS_PATCH_VERSION 2 +#define OB_ROS_PATCH_VERSION 3 #ifndef STRINGIFY #define STRINGIFY(arg) #arg diff --git a/orbbec_camera/package.xml b/orbbec_camera/package.xml index 2c15fca4..c942af5b 100644 --- a/orbbec_camera/package.xml +++ b/orbbec_camera/package.xml @@ -2,7 +2,7 @@ orbbec_camera - 1.4.2 + 1.4.3 Orbbec Camera package Joe Dong TODO: License declaration