From d4fca57462f6be2a48b2e1d0574a50fb8262c257 Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Wed, 13 Dec 2023 12:48:16 +0100 Subject: [PATCH] Refs #20107: Bump to version v1.4.0 Signed-off-by: JesusPoderoso --- fastdds_python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastdds_python/CMakeLists.txt b/fastdds_python/CMakeLists.txt index 48585c76..19d866c0 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.4.0) # Set BUILD_TESTING to OFF by default. if(NOT BUILD_TESTING)