From e512de008f2bd978f4d60ae16ef0aea9f296811f Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Wed, 25 Sep 2024 13:01:45 +0200 Subject: [PATCH] Bump version to 2.10.5 (#5263) * Refs #21557. Bump version in CMake and package.xml. Signed-off-by: Miguel Company * Refs #21557. Update versions.md. Signed-off-by: Miguel Company --------- Signed-off-by: Miguel Company --- CMakeLists.txt | 2 +- package.xml | 2 +- versions.md | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e0572b6ac7..1572a36b02c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif() ############################################################################### # Project # ############################################################################### -project(fastrtps VERSION "2.10.4" LANGUAGES C CXX) +project(fastrtps VERSION "2.10.5" LANGUAGES C CXX) set(PROJECT_NAME_LARGE "Fast RTPS") string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER) diff --git a/package.xml b/package.xml index 7e54a73f23b..9563a94612f 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ fastrtps - 2.10.4 + 2.10.5 *eprosima Fast DDS* (formerly Fast RTPS) is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium. RTPS is also the wire interoperability protocol defined for the Data Distribution Service (DDS) standard. *eProsima Fast DDS* expose an API to access directly the RTPS protocol, giving the user full access to the protocol internals. diff --git a/versions.md b/versions.md index 473fa77f8be..8ea51e058f6 100644 --- a/versions.md +++ b/versions.md @@ -1,6 +1,9 @@ Forthcoming ----------- +Version 2.10.5 +-------------- + * Added new `flow_controller_descriptor_list` XML configuration. Version 2.10.4