From b1f741e99188ec14b73b2f036072eab772726351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6tz=20G=C3=B6risch?= Date: Wed, 20 Dec 2023 10:11:13 +0000 Subject: [PATCH] feat: Bump to 2.1.0-rc1 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 007ba844..6319bee9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,9 +39,9 @@ set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib) # number from the latest release plus the "-undefined" label. Will be # overwritten with more detailed information if git is available. set(UMATI_CLIENT_VER_MAJOR 2) -set(UMATI_CLIENT_VER_MINOR 0) +set(UMATI_CLIENT_VER_MINOR 1) set(UMATI_CLIENT_VER_PATCH 0) -set(UMATI_CLIENT_VER_LABEL "-undefined") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty" +set(UMATI_CLIENT_VER_LABEL "-rc1") # like "-rc1" or "-g4538abcd" or "-g4538abcd-dirty" set(UMATI_CLIENT_VER_COMMIT "unknown-commit") # Overwrite the version information based on git if available