From dd2bd366b8ee01debd32cea0ddbc424b3ec138ae Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Fri, 26 Jul 2024 12:24:16 +0200 Subject: [PATCH] Bump version to 2.2.3 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/