chore: bump version to 4.0.0-beta.2

This commit is contained in:
Charles Kerr 2022-12-01 18:06:16 -06:00
parent 6496333e80
commit bceb368f1b
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@ set(TR_NAME ${PROJECT_NAME})
set(TR_VERSION_MAJOR "4")
set(TR_VERSION_MINOR "0")
set(TR_VERSION_PATCH "0")
set(TR_VERSION_BETA_NUMBER "1") # empty string for not beta
set(TR_VERSION_DEV TRUE)
set(TR_VERSION_BETA_NUMBER "2") # empty string for not beta
set(TR_VERSION_DEV FALSE)
# derived from above: release type
if (TR_VERSION_DEV)