chore: bump version to post-4.0.0-beta.1 dev (#3879)

This commit is contained in:
Charles Kerr 2022-10-07 08:43:26 -05:00 committed by GitHub
parent 52b7058843
commit 3aff760b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ 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 FALSE)
set(TR_VERSION_DEV TRUE)
# derived from above: release type
if (TR_VERSION_DEV)