1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-20 13:16:53 +00:00

chore: bump version to 4.0.4-dev

This commit is contained in:
Charles Kerr 2023-04-14 23:28:13 -05:00
parent 6b0e49bbb2
commit 58ee5e5520

View file

@ -82,9 +82,9 @@ set(TR_NAME ${PROJECT_NAME})
# these should be the only five lines you need to change
set(TR_VERSION_MAJOR "4")
set(TR_VERSION_MINOR "0")
set(TR_VERSION_PATCH "3")
set(TR_VERSION_PATCH "4")
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)