From ba548b3668a7f0dba5705324e7d00005d45e2ced Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 27 Oct 2024 19:31:58 +0200 Subject: [PATCH] v2.2.0-beta1 --- tsc/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsc/CMakeLists.txt b/tsc/CMakeLists.txt index 02c20100d..3d5c469a2 100644 --- a/tsc/CMakeLists.txt +++ b/tsc/CMakeLists.txt @@ -29,9 +29,9 @@ include(GNUInstallDirs) # "devel" branch. The postfix is only to be altered on release # branches. set(TSC_VERSION_MAJOR 2) -set(TSC_VERSION_MINOR 1) -set(TSC_VERSION_PATCH 1) -set(TSC_VERSION_POSTFIX "dev") +set(TSC_VERSION_MINOR 2) +set(TSC_VERSION_PATCH 0) +set(TSC_VERSION_POSTFIX "beta1") string(TIMESTAMP TSC_COMPILE_YEAR "%Y") string(TIMESTAMP TSC_COMPILE_MONTH "%m") string(TIMESTAMP TSC_COMPILE_DAY "%d")