From e17fdc426eb878c963cf3b9002709bc407643fbf Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Lizano Date: Mon, 29 Jul 2024 15:57:31 +0200 Subject: [PATCH] Bump version to 2.2.3 (#231) Signed-off-by: Raul Sanchez-Mateos --- CMakeLists.txt | 2 +- package.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 72a11756..d038782c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,7 @@ endif() ############################################################################### # Project # ############################################################################### -project(fastcdr VERSION 2.2.2 LANGUAGES CXX) +project(fastcdr VERSION 2.2.3 LANGUAGES CXX) set(PROJECT_NAME_STYLED "FastCDR") set(PROJECT_NAME_LARGE "Fast CDR") diff --git a/package.xml b/package.xml index 0a742ac5..85ce9a1d 100644 --- a/package.xml +++ b/package.xml @@ -2,12 +2,12 @@ fastcdr - 2.2.2 + 2.2.3 *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). Miguel Company - Eduardo Ponz + Raúl Sánchez-Mateos Apache 2.0 https://www.eprosima.com/