Skip to content

Commit 3e59dc3

Browse files
authored
Bump version to 2.14.5 (#5961)
* Update versions.md Signed-off-by: Mario Dominguez <[email protected]> * Bump version to 2.14.5 Signed-off-by: Mario Dominguez <[email protected]> --------- Signed-off-by: Mario Dominguez <[email protected]>
1 parent c8c509c commit 3e59dc3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ endif()
2929
###############################################################################
3030
# Project #
3131
###############################################################################
32-
project(fastrtps VERSION "2.14.4" LANGUAGES C CXX)
32+
project(fastrtps VERSION "2.14.5" LANGUAGES C CXX)
3333

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

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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>fastrtps</name>
5-
<version>2.14.4</version>
5+
<version>2.14.5</version>
66
<description>
77
*eprosima Fast DDS* (formerly Fast RTPS) 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>

versions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Forthcoming
22
-----------
33

4+
Version 2.14.5
5+
--------------
6+
47
* New property to configure the preferred key agreement algorithm.
58

69
Version 2.14.3

0 commit comments

Comments
 (0)