From 8ee1d37446526f805257a9bb0720c7654581fb0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Dom=C3=ADnguez=20L=C3=B3pez?= <116071334+Mario-DL@users.noreply.github.com> Date: Fri, 13 Sep 2024 07:50:01 +0200 Subject: [PATCH] Bump version to v3.0.1 (#5227) Signed-off-by: Mario Dominguez --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 51533fe17fd..c930e31b84f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif() ############################################################################### # Project # ############################################################################### -project(fastdds VERSION "3.0.0" LANGUAGES C CXX) +project(fastdds VERSION "3.0.1" LANGUAGES C CXX) set(PROJECT_NAME_LARGE "Fast DDS") string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER) diff --git a/package.xml b/package.xml index c5d39b49c0c..34d2777e4a3 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ fastdds - 3.0.0 + 3.0.1 *eprosima Fast DDS* 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.