From 155087f6a3d445892e05d25a2e360513537457d6 Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Fri, 27 Mar 2020 16:18:32 +0100 Subject: [PATCH] Bump version to 1.8.4 --- configure.ac | 2 +- fastrtps.repos | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index fddb34fc5e2..a542cfc8555 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],[3]) +m4_define([version_micro],[4]) 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 3acadd3f640..a833fc0543d 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.3 + version: v1.8.4 fastrtpsgen: type: git url: https://github.com/eProsima/Fast-RTPS-Gen.git