Skip to content

Commit 19e59eb

Browse files
Prepare for v2.3.2 (#281)
* Refs #23520. Bump version in package.xml. Signed-off-by: Miguel Company <[email protected]> * Refs #23520. Bump version in CMakeLists.txt Signed-off-by: Miguel Company <[email protected]> * Refs #23520. Update release support table. Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Miguel Company <[email protected]>
1 parent eef9828 commit 19e59eb

File tree

3 files changed

+3
-3
lines changed

3 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.3.1 LANGUAGES CXX)
38+
project(fastcdr VERSION 2.3.2 LANGUAGES CXX)
3939

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

RELEASE_SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Please, refer to the [master branch](https://github.com/eProsima/Fast-CDR/blob/m
1010

1111
|Fast DDS Version|Fast CDR Version|Fast CDR Version branch|Fast CDR Latest Release|
1212
|----------------|----------------|-----------------------|-----------------------|
13-
|3.2, 3.3, 3.4|2.3|[2.3.x](https://github.com/eProsima/Fast-CDR/tree/2.3.x)|[v2.3.1](https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.1)|
13+
|3.2, 3.3, 3.4|2.3|[2.3.x](https://github.com/eProsima/Fast-CDR/tree/2.3.x)|[v2.3.2](https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.2)|
1414
|2.14|2.2|[2.2.x](https://github.com/eProsima/Fast-CDR/tree/2.2.x)|[v2.2.6](https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.6)|
1515
|2.6|1.0|[1.0.x](https://github.com/eProsima/Fast-CDR/tree/1.0.x)|[v1.0.28](https://github.com/eProsima/Fast-CDR/releases/tag/v1.0.28)|
1616

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.3.1</version>
5+
<version>2.3.2</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>

0 commit comments

Comments
 (0)