chore: bump version to 4.0.0-beta.3-dev

This commit is contained in:
Charles Kerr 2023-01-04 18:47:49 -06:00
parent 634b1e8fc1
commit 4f88f0afba
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ set(TR_VERSION_MAJOR "4")
set(TR_VERSION_MINOR "0")
set(TR_VERSION_PATCH "0")
set(TR_VERSION_BETA_NUMBER "3") # empty string for not beta
set(TR_VERSION_DEV FALSE)
set(TR_VERSION_DEV TRUE)
# derived from above: release type
if(TR_VERSION_DEV)