chore: bump version to 4.0.0-beta.2
This commit is contained in:
parent
6496333e80
commit
bceb368f1b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue