Skip to content

Commit 2b52fc9

Browse files
4ntnpablogs9
andauthored
micro-ROS humble Library auto-update 05-08-2025 06:34 (#2009)
Co-authored-by: pablogs9 <[email protected]>
1 parent e8c09bc commit 2b52fc9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

built_packages

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ https://github.com/eProsima/Micro-CDR.git ed4fd513a24a53b93d548d342cb7aa0a18716f
99
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 83f129a80770a09aac9e823896ecbf6a0eddf0fc
1010
https://github.com/micro-ROS/micro_ros_msgs.git 325af0192ca40bd671b680b149dbe067a003c53b
1111
https://github.com/micro-ROS/micro_ros_utilities ae51419e61900bc521bce76ed2f8b0002a1a826a
12-
https://github.com/micro-ROS/rcl 99ed5d616ba09a1c35884de6ebbf0e0920b7285b
12+
https://github.com/micro-ROS/rcl 3cb648546d77f5c2532a1c2886ad7b98711275e4
1313
https://github.com/micro-ROS/rcutils 516a8c142c6d00aa6e67d3a920f62d1698462e36
1414
https://github.com/micro-ROS/rmw-microxrcedds.git d8b8fbabded1200e3f4e328d2538e40224d48ea5
1515
https://github.com/micro-ROS/rosidl_typesupport.git 520d9243f17e0cfe53c658b8051ebe2f89ad7c68

src/rcl/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
/// \def RCL_VERSION_PATCH
2727
/// Defines RCL version patch number
28-
#define RCL_VERSION_PATCH (9)
28+
#define RCL_VERSION_PATCH (10)
2929

3030
/// \def RCL_VERSION_STR
3131
/// Defines RCL version string
32-
#define RCL_VERSION_STR "5.3.9"
32+
#define RCL_VERSION_STR "5.3.10"
3333

3434
/// \def RCL_VERSION_GTE
3535
/// Defines a macro to check whether the version of RCL is greater than or equal to

src/rcl_action/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
/// \def RCL_ACTION_VERSION_PATCH
2727
/// Defines RCL_ACTION version patch number
28-
#define RCL_ACTION_VERSION_PATCH (9)
28+
#define RCL_ACTION_VERSION_PATCH (10)
2929

3030
/// \def RCL_ACTION_VERSION_STR
3131
/// Defines RCL_ACTION version string
32-
#define RCL_ACTION_VERSION_STR "5.3.9"
32+
#define RCL_ACTION_VERSION_STR "5.3.10"
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

src/rcl_lifecycle/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525

2626
/// \def RCL_LIFECYCLE_VERSION_PATCH
2727
/// Defines RCL_LIFECYCLE version patch number
28-
#define RCL_LIFECYCLE_VERSION_PATCH (9)
28+
#define RCL_LIFECYCLE_VERSION_PATCH (10)
2929

3030
/// \def RCL_LIFECYCLE_VERSION_STR
3131
/// Defines RCL_LIFECYCLE version string
32-
#define RCL_LIFECYCLE_VERSION_STR "5.3.9"
32+
#define RCL_LIFECYCLE_VERSION_STR "5.3.10"
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

0 commit comments

Comments
 (0)