From 39ca748a6426df43f8a35b8bf4c4631b798ba2aa Mon Sep 17 00:00:00 2001 From: Emilio Cuesta Date: Fri, 6 Feb 2026 14:45:57 +0100 Subject: [PATCH] Bump version to 2.2.7 Signed-off-by: Emilio Cuesta --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fcc463f..7cb0beee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ endif() ############################################################################### # Project # ############################################################################### -project(fastcdr VERSION 2.2.6 LANGUAGES CXX) +project(fastcdr VERSION 2.2.7 LANGUAGES CXX) set(PROJECT_NAME_STYLED "FastCDR") set(PROJECT_NAME_LARGE "Fast CDR") diff --git a/package.xml b/package.xml index 316b8f21..e7e92b5c 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ fastcdr - 2.2.6 + 2.2.7 *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).