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)