Skip to content

Commit 7d5ffac

Browse files
Bump version to 2.4.2 (#2632)
* Refs #14351. Bump version to 2.4.2. Signed-off-by: Miguel Company <[email protected]> * Refs #14351. Update repos file. Signed-off-by: Miguel Company <[email protected]>
1 parent 470012f commit 7d5ffac

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ endif()
3030
###############################################################################
3131
# Project #
3232
###############################################################################
33-
project(fastrtps VERSION "2.4.1" LANGUAGES C CXX)
33+
project(fastrtps VERSION "2.4.2" LANGUAGES C CXX)
3434

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

fastrtps.repos

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ repositories:
22
foonathan_memory_vendor:
33
type: git
44
url: https://github.com/eProsima/foonathan_memory_vendor.git
5-
version: master
5+
version: v1.2.1
66
fastcdr:
77
type: git
88
url: https://github.com/eProsima/Fast-CDR.git
9-
version: master
9+
version: v1.0.24
1010
fastrtps:
1111
type: git
1212
url: https://github.com/eProsima/Fast-DDS.git
13-
version: master
13+
version: v2.4.2
1414
fastddsgen:
1515
type: git
1616
url: https://github.com/eProsima/Fast-DDS-Gen.git
17-
version: master
17+
version: v2.1.2
1818
fastddsgen/thirdparty/idl-parser:
1919
type: git
2020
url: https://github.com/eProsima/IDL-Parser.git
21-
version: master
21+
version: v1.2.0

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.4.1</version>
5+
<version>2.4.2</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>

0 commit comments

Comments
 (0)