From aa62e32ed3e501c0916d37e8bcd887fdc7fac38c Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Wed, 1 Dec 2021 10:19:17 +0100 Subject: [PATCH] Bump versions Signed-off-by: Pablo Garrido --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4637e72..edecb11 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,11 +27,11 @@ 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.0.0") +project(microxrcedds VERSION "2.1.0") -set(_client_tag develop) -set(_client_version 2.0.0) -set(_agent_tag develop) +set(_client_tag v2.1.0) +set(_client_version 2.1.0) +set(_agent_tag v2.1.0) set(_gen_tag master) ###############################################################################