chore: bump version to 4.0.2-dev

This commit is contained in:
Charles Kerr 2023-03-16 02:51:22 -05:00
parent 5cc3bf8a97
commit 8dccc290d7
1 changed files with 1 additions and 1 deletions

View File

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