From e0c0021bc1851c50390bcb05c1ddb62e7e7bbddd Mon Sep 17 00:00:00 2001 From: Emilio Cuesta Date: Mon, 9 Feb 2026 14:14:09 +0100 Subject: [PATCH] Bump to version 1.4.4 Signed-off-by: Emilio Cuesta --- 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 a622261a..e60ad6df 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.4.3) +project(fastdds_python VERSION 1.4.4) # Set BUILD_TESTING to OFF by default. if(NOT BUILD_TESTING)