Skip to content

Commit 4d3c8fd

Browse files
Bump version to 2.0.3 (#1747)
* Bump version to 2.0.3 Signed-off-by: Miguel Company <[email protected]> * Bump Fast CDR to 1.0.20 Signed-off-by: Miguel Company <[email protected]> * Bump version on package.xml Signed-off-by: Miguel Company <[email protected]>
1 parent 7b4f6b7 commit 4d3c8fd

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#
2222
m4_define([version_major],[2])
2323
m4_define([version_minor],[0])
24-
m4_define([version_micro],[2])
24+
m4_define([version_micro],[3])
2525

2626
AC_INIT([fastrtps], [version_major.version_minor.version_micro], [[email protected]], [eProsima FastRTPS], [http://eprosima.com/])
2727
CONFIG_ARGS="$*"

fastrtps.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories:
1010
fastrtps:
1111
type: git
1212
url: https://github.com/eProsima/Fast-RTPS.git
13-
version: v2.0.2
13+
version: v2.0.3
1414
fastrtpsgen:
1515
type: git
1616
url: https://github.com/eProsima/Fast-RTPS-Gen.git

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.0.2</version>
5+
<version>2.0.3</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)