From 1253ca2c289a2e22fe00846a2ff8bb20986ab231 Mon Sep 17 00:00:00 2001 From: eduponz Date: Fri, 21 Jun 2024 09:48:37 +0200 Subject: [PATCH] Refs #21209: Bump version to 2.14.2 Signed-off-by: eduponz --- shapes-demo-ros2.repos | 2 +- shapes-demo.repos | 2 +- version.pri | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/shapes-demo-ros2.repos b/shapes-demo-ros2.repos index add72cc..c815867 100644 --- a/shapes-demo-ros2.repos +++ b/shapes-demo-ros2.repos @@ -6,7 +6,7 @@ repositories: fastcdr: type: git url: https://github.com/eProsima/Fast-CDR.git - version: v2.2.1 + version: v2.2.2 fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git diff --git a/shapes-demo.repos b/shapes-demo.repos index 171851b..f15614d 100644 --- a/shapes-demo.repos +++ b/shapes-demo.repos @@ -6,7 +6,7 @@ repositories: fastcdr: type: git url: https://github.com/eProsima/Fast-CDR.git - version: v2.2.1 + version: v2.2.2 fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git diff --git a/version.pri b/version.pri index 39dec97..a2c9bae 100644 --- a/version.pri +++ b/version.pri @@ -1 +1 @@ -SHAPESVERSION="2.14.1" +SHAPESVERSION="2.14.2"