From 744265300df27315f7b47fdd42c352c651cb5c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Bueno=20L=C3=B3pez?= <69244257+JLBuenoLopez-eProsima@users.noreply.github.com> Date: Mon, 28 Feb 2022 11:54:53 +0100 Subject: [PATCH] Bump version to 2.2.1 (#2499) Signed-off-by: JLBuenoLopez-eProsima --- configure.ac | 2 +- fastrtps.repos | 2 +- package.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a7d4e3c21b5..56abb4b35bd 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # m4_define([version_major],[2]) m4_define([version_minor],[2]) -m4_define([version_micro],[0]) +m4_define([version_micro],[1]) AC_INIT([fastrtps], [version_major.version_minor.version_micro], [support@eprosima.com], [eProsima FastRTPS], [http://eprosima.com/]) CONFIG_ARGS="$*" diff --git a/fastrtps.repos b/fastrtps.repos index dcf5b2d5c56..fd3ab176050 100644 --- a/fastrtps.repos +++ b/fastrtps.repos @@ -10,7 +10,7 @@ repositories: fastrtps: type: git url: https://github.com/eProsima/Fast-DDS.git - version: v2.2.0 + version: v2.2.1 fastrtpsgen: type: git url: https://github.com/eProsima/Fast-DDS-Gen.git diff --git a/package.xml b/package.xml index f3af26ed010..b2c35e00c12 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ fastrtps - 2.1.0 + 2.2.1 *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.