From b9d2ba229f69a6550d6300b9e4ffef90320a78e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Poderoso?= <120394830+JesusPoderoso@users.noreply.github.com> Date: Fri, 22 Mar 2024 12:12:42 +0100 Subject: [PATCH] Bump version to v1.3.2 & update .repos (#85) * Refs #20107: Bump version to 1.3.2 Signed-off-by: JesusPoderoso * Refs #20107: Update .repos Signed-off-by: JesusPoderoso --------- Signed-off-by: JesusPoderoso --- fastdds_python.repos | 10 +++++----- fastdds_python/CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fastdds_python.repos b/fastdds_python.repos index 1ae388b5..1b3e4834 100644 --- a/fastdds_python.repos +++ b/fastdds_python.repos @@ -6,20 +6,20 @@ repositories: fastcdr: type: git url: https://github.com/eProsima/Fast-CDR.git - version: v2.1.0 + version: 2.1.x fastdds: type: git url: https://github.com/eProsima/Fast-DDS.git - version: v2.12.1 + version: 2.12.x fastdds_python: type: git url: https://github.com/eProsima/Fast-DDS-python.git - version: v1.3.1 + version: 1.3.x fastddsgen: type: git url: https://github.com/eProsima/Fast-DDS-Gen.git - version: v3.1.0 + version: 3.1.x fastddsgen/thirdparty/idl-parser: type: git url: https://github.com/eProsima/IDL-Parser.git - version: v2.0.0 + version: 2.0.x diff --git a/fastdds_python/CMakeLists.txt b/fastdds_python/CMakeLists.txt index 48585c76..06bdcf0e 100644 --- a/fastdds_python/CMakeLists.txt +++ b/fastdds_python/CMakeLists.txt @@ -24,7 +24,7 @@ if(POLICY CMP0086) cmake_policy(SET CMP0086 NEW) endif() -project(fastdds_python VERSION 1.3.1) +project(fastdds_python VERSION 1.3.2) # Set BUILD_TESTING to OFF by default. if(NOT BUILD_TESTING)