diff --git a/realsense2_camera/include/constants.h b/realsense2_camera/include/constants.h index 75b17677c8..753e5924f9 100644 --- a/realsense2_camera/include/constants.h +++ b/realsense2_camera/include/constants.h @@ -7,7 +7,7 @@ #define REALSENSE_ROS_MAJOR_VERSION 2 #define REALSENSE_ROS_MINOR_VERSION 2 -#define REALSENSE_ROS_PATCH_VERSION 0 +#define REALSENSE_ROS_PATCH_VERSION 1 #define STRINGIFY(arg) #arg #define VAR_ARG_STRING(arg) STRINGIFY(arg)