File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ https://github.com/eProsima/Micro-CDR.git ed4fd513a24a53b93d548d342cb7aa0a18716f
99https://github.com/eProsima/Micro-XRCE-DDS-Client.git 83f129a80770a09aac9e823896ecbf6a0eddf0fc
1010https://github.com/micro-ROS/micro_ros_msgs.git 8562b604ca4ce5b29c849bfd4be0c49dcc2b6906
1111https://github.com/micro-ROS/micro_ros_utilities d74d13bfc71ff41c5e2a56b2818177a55e383314
12- https://github.com/micro-ROS/rcl 2ca51faf553bfbf41c2b758efa5e3063175b1598
12+ https://github.com/micro-ROS/rcl dce428901d29523ded916cb06d9c5864ca29a8db
1313https://github.com/micro-ROS/rcutils d3f08898b9092b07102257a804ae0e6a9606eb11
1414https://github.com/micro-ROS/rmw-microxrcedds.git 1b0527eddb98e4ca68761129987cbde89a769bbf
1515https://github.com/micro-ROS/rosidl_typesupport.git 82bfacb38aae26cda159592aca5c43e4f4c291ea
@@ -19,7 +19,7 @@ https://github.com/ros2/ament_cmake_ros.git ede6248e1f36aaef85eb4eac23c782a134ef
1919https://github.com/ros2/common_interfaces.git dc6a22f88519982ead887de0f711aeae37456f78
2020https://github.com/ros2/example_interfaces.git 58899de0f85388be333e32bcb78c551a6877db4d
2121https://github.com/ros2/libyaml_vendor.git 0c814892fe8c31aeb20688a8b43906aeefda015e
22- https://github.com/ros2/rcl.git a8b13e2476bddc6b6f2915da3eedac4ffeb6f3ac
22+ https://github.com/ros2/rcl.git 261710056fd706a55e9ea5f6eb7bfedde8b37742
2323https://github.com/ros2/rcl_interfaces.git 6d28b16a6f74485af03a2c4f043dd568e576c25e
2424https://github.com/ros2/rcl_logging.git 2bc49ab7ff557a45d4fa152e2f400e9ad2bb6a68
2525https://github.com/ros2/rclc 63d5c43993cb2d0d03ecd1b68d771046fd4ad19f
Original file line number Diff line number Diff line change 2525
2626/// \def RCL_VERSION_PATCH
2727/// Defines RCL version patch number
28- #define RCL_VERSION_PATCH (5 )
28+ #define RCL_VERSION_PATCH (6 )
2929
3030/// \def RCL_VERSION_STR
3131/// Defines RCL version string
32- #define RCL_VERSION_STR "6.0.5 "
32+ #define RCL_VERSION_STR "6.0.6 "
3333
3434/// \def RCL_VERSION_GTE
3535/// Defines a macro to check whether the version of RCL is greater than or equal to
Original file line number Diff line number Diff line change 2525
2626/// \def RCL_ACTION_VERSION_PATCH
2727/// Defines RCL_ACTION version patch number
28- #define RCL_ACTION_VERSION_PATCH (5 )
28+ #define RCL_ACTION_VERSION_PATCH (6 )
2929
3030/// \def RCL_ACTION_VERSION_STR
3131/// Defines RCL_ACTION version string
32- #define RCL_ACTION_VERSION_STR "6.0.5 "
32+ #define RCL_ACTION_VERSION_STR "6.0.6 "
3333
3434/// \def RCL_ACTION_VERSION_GTE
3535/// Defines a macro to check whether the version of RCL_ACTION is greater than or equal to
Original file line number Diff line number Diff line change 2525
2626/// \def RCL_LIFECYCLE_VERSION_PATCH
2727/// Defines RCL_LIFECYCLE version patch number
28- #define RCL_LIFECYCLE_VERSION_PATCH (5 )
28+ #define RCL_LIFECYCLE_VERSION_PATCH (6 )
2929
3030/// \def RCL_LIFECYCLE_VERSION_STR
3131/// Defines RCL_LIFECYCLE version string
32- #define RCL_LIFECYCLE_VERSION_STR "6.0.5 "
32+ #define RCL_LIFECYCLE_VERSION_STR "6.0.6 "
3333
3434/// \def RCL_LIFECYCLE_VERSION_GTE
3535/// Defines a macro to check whether the version of RCL_LIFECYCLE is greater than or equal to
You can’t perform that action at this time.
0 commit comments