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).