Skip to content

Commit e17fdc4

Browse files
authored
Bump version to 2.2.3 (#231)
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
1 parent cbc6c24 commit e17fdc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ endif()
3535
###############################################################################
3636
# Project #
3737
###############################################################################
38-
project(fastcdr VERSION 2.2.2 LANGUAGES CXX)
38+
project(fastcdr VERSION 2.2.3 LANGUAGES CXX)
3939

4040
set(PROJECT_NAME_STYLED "FastCDR")
4141
set(PROJECT_NAME_LARGE "Fast CDR")

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>fastcdr</name>
5-
<version>2.2.2</version>
5+
<version>2.2.3</version>
66
<description>
77
*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).
88
</description>
99
<maintainer email="[email protected]">Miguel Company</maintainer>
10-
<maintainer email="eduardoponz@eprosima.com">Eduardo Ponz</maintainer>
10+
<maintainer email="raul@eprosima.com">Raúl Sánchez-Mateos</maintainer>
1111
<license file="LICENSE">Apache 2.0</license>
1212

1313
<url type="website">https://www.eprosima.com/</url>

0 commit comments

Comments
 (0)