Skip to content

Commit

Permalink
Bump version to 2.4.2 (#2632)
Browse files Browse the repository at this point in the history
* Refs #14351. Bump version to 2.4.2.

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

* Refs #14351. Update repos file.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany authored Apr 11, 2022
1 parent 470012f commit 7d5ffac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif()
###############################################################################
# Project #
###############################################################################
project(fastrtps VERSION "2.4.1" LANGUAGES C CXX)
project(fastrtps VERSION "2.4.2" LANGUAGES C CXX)

set(PROJECT_NAME_LARGE "Fast RTPS")
string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER)
Expand Down
10 changes: 5 additions & 5 deletions fastrtps.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ repositories:
foonathan_memory_vendor:
type: git
url: https://github.com/eProsima/foonathan_memory_vendor.git
version: master
version: v1.2.1
fastcdr:
type: git
url: https://github.com/eProsima/Fast-CDR.git
version: master
version: v1.0.24
fastrtps:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: master
version: v2.4.2
fastddsgen:
type: git
url: https://github.com/eProsima/Fast-DDS-Gen.git
version: master
version: v2.1.2
fastddsgen/thirdparty/idl-parser:
type: git
url: https://github.com/eProsima/IDL-Parser.git
version: master
version: v1.2.0
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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fastrtps</name>
<version>2.4.1</version>
<version>2.4.2</version>
<description>
*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.
</description>
Expand Down

0 comments on commit 7d5ffac

Please sign in to comment.