diff --git a/realsense_ros_camera/include/constants.h b/realsense_ros_camera/include/constants.h index ff836a22a0..e7b4d617ca 100644 --- a/realsense_ros_camera/include/constants.h +++ b/realsense_ros_camera/include/constants.h @@ -7,7 +7,7 @@ #define REALSENSE_ROS_MAJOR_VERSION 2 #define REALSENSE_ROS_MINOR_VERSION 0 -#define REALSENSE_ROS_PATCH_VERSION 1 +#define REALSENSE_ROS_PATCH_VERSION 2 #define STRINGIFY(arg) #arg #define VAR_ARG_STRING(arg) STRINGIFY(arg)