Skip to content

Commit ba548b3

Browse files
committed
v2.2.0-beta1
1 parent 6cd3271 commit ba548b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsc/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ include(GNUInstallDirs)
2929
# "devel" branch. The postfix is only to be altered on release
3030
# branches.
3131
set(TSC_VERSION_MAJOR 2)
32-
set(TSC_VERSION_MINOR 1)
33-
set(TSC_VERSION_PATCH 1)
34-
set(TSC_VERSION_POSTFIX "dev")
32+
set(TSC_VERSION_MINOR 2)
33+
set(TSC_VERSION_PATCH 0)
34+
set(TSC_VERSION_POSTFIX "beta1")
3535
string(TIMESTAMP TSC_COMPILE_YEAR "%Y")
3636
string(TIMESTAMP TSC_COMPILE_MONTH "%m")
3737
string(TIMESTAMP TSC_COMPILE_DAY "%d")

0 commit comments

Comments
 (0)