From 8b93c1b47e4bc1e4783be40435f26d6e68f30674 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:24:06 +0100 Subject: [PATCH] Bump version to 1.8.5 (#2491) Signed-off-by: JLBuenoLopez-eProsima --- configure.ac | 2 +- fastrtps.repos | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index a542cfc8555..2ae802f1ab8 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ # m4_define([version_major],[1]) m4_define([version_minor],[8]) -m4_define([version_micro],[4]) +m4_define([version_micro],[5]) 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 a833fc0543d..18da297ff62 100644 --- a/fastrtps.repos +++ b/fastrtps.repos @@ -6,7 +6,7 @@ repositories: fastrtps: type: git url: https://github.com/eProsima/Fast-RTPS.git - version: v1.8.4 + version: v1.8.5 fastrtpsgen: type: git url: https://github.com/eProsima/Fast-RTPS-Gen.git