Skip to content

Commit

Permalink
v2.2.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Oct 27, 2024
1 parent 6cd3271 commit ba548b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ba548b3

Please sign in to comment.