chore: bump version to 4.0.0 (#4730)

This commit is contained in:
Charles Kerr
2023-02-07 17:37:08 -06:00
committed by GitHub
parent f0c13ecc94
commit 280ace12f8

View File

@@ -81,8 +81,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 "3") # empty string for not beta
set(TR_VERSION_DEV TRUE)
set(TR_VERSION_BETA_NUMBER "") # empty string for not beta
set(TR_VERSION_DEV FALSE)
# derived from above: release type
if(TR_VERSION_DEV)