Skip to content

Commit 32ce26e

Browse files
authored
Bump version to v3.2.0 (#5722)
Signed-off-by: Mario Dominguez <[email protected]>
1 parent b071625 commit 32ce26e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ endif()
2929
###############################################################################
3030
# Project #
3131
###############################################################################
32-
project(fastdds VERSION "3.1.0" LANGUAGES C CXX)
32+
project(fastdds VERSION "3.2.0" LANGUAGES C CXX)
3333

3434
set(PROJECT_NAME_LARGE "Fast DDS")
3535
string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER)

package.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>fastdds</name>
5-
<version>3.1.0</version>
5+
<version>3.2.0</version>
66
<description>
77
eProsima Fast DDS is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium. RTPS is also the wire interoperability protocol defined for the Data Distribution Service (DDS) standard. eProsima Fast DDS expose an API to access directly the RTPS protocol, giving the user full access to the protocol internals.
88
</description>
99
<maintainer email="[email protected]">Raul Sanchez Mateos</maintainer>
1010
<maintainer email="[email protected]">Miguel Company</maintainer>
1111
<license file="LICENSE">Apache 2.0</license>
12-
12+
1313
<replace>fastrtps</replace>
1414

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

0 commit comments

Comments
 (0)