Skip to content

Commit

Permalink
Bump version to v2.2.1 (#205)
Browse files Browse the repository at this point in the history
* Refs #20693. Bump version in CMakeLists.txt

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>

* Refs #20693. Bump version in package.xml

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>

---------

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
  • Loading branch information
MiguelCompany authored Mar 26, 2024
1 parent 5a1dd45 commit 444f0a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0 LANGUAGES CXX)
project(fastcdr VERSION 2.2.1 LANGUAGES CXX)

set(PROJECT_NAME_STYLED "FastCDR")
set(PROJECT_NAME_LARGE "Fast CDR")
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>fastcdr</name>
<version>2.2.0</version>
<version>2.2.1</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>
Expand Down

0 comments on commit 444f0a1

Please sign in to comment.