File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ https://github.com/eProsima/Micro-CDR.git ed4fd513a24a53b93d548d342cb7aa0a18716f
9
9
https://github.com/eProsima/Micro-XRCE-DDS-Client.git 83f129a80770a09aac9e823896ecbf6a0eddf0fc
10
10
https://github.com/micro-ROS/micro_ros_msgs.git 325af0192ca40bd671b680b149dbe067a003c53b
11
11
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
13
13
https://github.com/micro-ROS/rcutils 516a8c142c6d00aa6e67d3a920f62d1698462e36
14
14
https://github.com/micro-ROS/rmw-microxrcedds.git d8b8fbabded1200e3f4e328d2538e40224d48ea5
15
15
https://github.com/micro-ROS/rosidl_typesupport.git 520d9243f17e0cfe53c658b8051ebe2f89ad7c68
Original file line number Diff line number Diff line change 25
25
26
26
/// \def RCL_VERSION_PATCH
27
27
/// Defines RCL version patch number
28
- #define RCL_VERSION_PATCH (9 )
28
+ #define RCL_VERSION_PATCH (10 )
29
29
30
30
/// \def RCL_VERSION_STR
31
31
/// Defines RCL version string
32
- #define RCL_VERSION_STR "5.3.9 "
32
+ #define RCL_VERSION_STR "5.3.10 "
33
33
34
34
/// \def RCL_VERSION_GTE
35
35
/// 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 25
25
26
26
/// \def RCL_ACTION_VERSION_PATCH
27
27
/// Defines RCL_ACTION version patch number
28
- #define RCL_ACTION_VERSION_PATCH (9 )
28
+ #define RCL_ACTION_VERSION_PATCH (10 )
29
29
30
30
/// \def RCL_ACTION_VERSION_STR
31
31
/// Defines RCL_ACTION version string
32
- #define RCL_ACTION_VERSION_STR "5.3.9 "
32
+ #define RCL_ACTION_VERSION_STR "5.3.10 "
33
33
34
34
/// \def RCL_ACTION_VERSION_GTE
35
35
/// 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 25
25
26
26
/// \def RCL_LIFECYCLE_VERSION_PATCH
27
27
/// Defines RCL_LIFECYCLE version patch number
28
- #define RCL_LIFECYCLE_VERSION_PATCH (9 )
28
+ #define RCL_LIFECYCLE_VERSION_PATCH (10 )
29
29
30
30
/// \def RCL_LIFECYCLE_VERSION_STR
31
31
/// Defines RCL_LIFECYCLE version string
32
- #define RCL_LIFECYCLE_VERSION_STR "5.3.9 "
32
+ #define RCL_LIFECYCLE_VERSION_STR "5.3.10 "
33
33
34
34
/// \def RCL_LIFECYCLE_VERSION_GTE
35
35
/// 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