From f2e2a02e3d7eb3c9ac21b97d0586c823612193ff Mon Sep 17 00:00:00 2001 From: Mario Dominguez Date: Fri, 6 Jun 2025 12:33:52 +0200 Subject: [PATCH] Refs #22800: Bump version to 2.1.1 Signed-off-by: Mario Dominguez --- 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 5e4a5383..d3b77662 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 2.1.0) +project(fastdds_python VERSION 2.1.1) # Set BUILD_TESTING to OFF by default. if(NOT BUILD_TESTING)