Skip to content

Commit

Permalink
Bump version to 2.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
  • Loading branch information
rsanchez15 committed Jul 26, 2024
1 parent cbc6c24 commit dd2bd36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fastcdr</name>
<version>2.2.2</version>
<version>2.2.3</version>
<description>
*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).
</description>
<maintainer email="miguelcompany@eprosima.com">Miguel Company</maintainer>
<maintainer email="eduardoponz@eprosima.com">Eduardo Ponz</maintainer>
<maintainer email="raul@eprosima.com">Raúl Sánchez-Mateos</maintainer>
<license file="LICENSE">Apache 2.0</license>

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

0 comments on commit dd2bd36

Please sign in to comment.