From ac658b641c4cd8d60912a28fdff6058bb12e2349 Mon Sep 17 00:00:00 2001 From: acuadros95 Date: Thu, 30 Mar 2023 08:12:55 +0200 Subject: [PATCH 1/2] Bump versions to develop Signed-off-by: acuadros95 --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3828db6..2b0d41e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,10 +29,10 @@ endif() project(microxrcedds VERSION "2.4.0") -set(_client_tag v2.4.0) +set(_client_tag develop) set(_client_version 2.4.0) -set(_agent_tag v2.4.0) -set(_gen_tag v2.0.0) +set(_agent_tag develop) +set(_gen_tag develop) ############################################################################### # Build options. From d7011855baba2ebbfefc5c5b13c075f0ae1f5873 Mon Sep 17 00:00:00 2001 From: acuadros95 Date: Mon, 10 Jul 2023 14:16:52 +0200 Subject: [PATCH 2/2] Bump version Signed-off-by: acuadros95 --- CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b0d41e..0e6ccff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,12 +27,12 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo") endif() -project(microxrcedds VERSION "2.4.0") +project(microxrcedds VERSION "2.4.1") -set(_client_tag develop) -set(_client_version 2.4.0) -set(_agent_tag develop) -set(_gen_tag develop) +set(_client_tag v2.4.1) +set(_client_version 2.4.1) +set(_agent_tag v2.4.1) +set(_gen_tag v2.0.1) ############################################################################### # Build options.