We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd3271 commit ba548b3Copy full SHA for ba548b3
tsc/CMakeLists.txt
@@ -29,9 +29,9 @@ include(GNUInstallDirs)
29
# "devel" branch. The postfix is only to be altered on release
30
# branches.
31
set(TSC_VERSION_MAJOR 2)
32
-set(TSC_VERSION_MINOR 1)
33
-set(TSC_VERSION_PATCH 1)
34
-set(TSC_VERSION_POSTFIX "dev")
+set(TSC_VERSION_MINOR 2)
+set(TSC_VERSION_PATCH 0)
+set(TSC_VERSION_POSTFIX "beta1")
35
string(TIMESTAMP TSC_COMPILE_YEAR "%Y")
36
string(TIMESTAMP TSC_COMPILE_MONTH "%m")
37
string(TIMESTAMP TSC_COMPILE_DAY "%d")
0 commit comments