mirror of
https://github.com/transmission/transmission
synced 2025-01-30 10:52:00 +00:00
chore: bump version to 4.0.2
This commit is contained in:
parent
daae9fd59a
commit
2a57b17031
1 changed files with 2 additions and 2 deletions
|
@ -81,9 +81,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 "1")
|
||||
set(TR_VERSION_PATCH "2")
|
||||
set(TR_VERSION_BETA_NUMBER "") # empty string for not beta
|
||||
set(TR_VERSION_DEV TRUE)
|
||||
set(TR_VERSION_DEV FALSE)
|
||||
|
||||
# derived from above: release type
|
||||
if(TR_VERSION_DEV)
|
||||
|
|
Loading…
Reference in a new issue