Skip to content

Commit

Permalink
Bump to 2.1.1 (#1855)
Browse files Browse the repository at this point in the history
* Refs 10990. Update Fast CDR submodule.

Signed-off-by: Miguel Company <[email protected]>

* Refs 10990. Update dependencies.

Signed-off-by: Miguel Company <[email protected]>

* Refs 10990. Bump version to 2.1.1

Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany authored Mar 24, 2021
1 parent 364cbb4 commit 0db1599
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#
m4_define([version_major],[2])
m4_define([version_minor],[1])
m4_define([version_micro],[0])
m4_define([version_micro],[1])

AC_INIT([fastrtps], [version_major.version_minor.version_micro], [[email protected]], [eProsima FastRTPS], [http://eprosima.com/])
CONFIG_ARGS="$*"
Expand Down
6 changes: 3 additions & 3 deletions fastrtps.repos
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ repositories:
fastrtps:
type: git
url: https://github.com/eProsima/Fast-DDS.git
version: v2.1.0
version: v2.1.1
fastrtpsgen:
type: git
url: https://github.com/eProsima/Fast-RTPS-Gen.git
version: v1.0.4
version: v2.0.0
fastrtpsgen/thirdparty/idl-parser:
type: git
url: https://github.com/eProsima/IDL-Parser.git
version: v1.0.2
version: v1.1.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.1.0</version>
<version>2.1.1</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 0db1599

Please sign in to comment.