From ded427ead738013e33eeb41ed8b8f085e38a6807 Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Tue, 17 Dec 2024 14:39:53 +0100 Subject: [PATCH] Refs #21832. Bump version to 2.2.6 Signed-off-by: Miguel Company --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4350498e..5fcc463f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ endif() ############################################################################### # Project # ############################################################################### -project(fastcdr VERSION 2.2.5 LANGUAGES CXX) +project(fastcdr VERSION 2.2.6 LANGUAGES CXX) set(PROJECT_NAME_STYLED "FastCDR") set(PROJECT_NAME_LARGE "Fast CDR") diff --git a/package.xml b/package.xml index c00787e1..316b8f21 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ fastcdr - 2.2.5 + 2.2.6 *eProsima Fast CDR* is a C++ serialization library implementing the Common Data Representation (CDR) mechanism defined by the Object Management Group (OMG) consortium. CDR is the serialization mechanism used in DDS for the DDS Interoperability Wire Protocol (DDSI-RTPS).