1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

chore: bump version to 4.0.0-dev

This commit is contained in:
Charles Kerr 2023-02-07 20:07:33 -06:00
parent 280ace12f8
commit 6576a2a1db

View file

@ -82,7 +82,7 @@ set(TR_VERSION_MAJOR "4")
set(TR_VERSION_MINOR "0")
set(TR_VERSION_PATCH "0")
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)