mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
chore: bump version to 4.0.0-beta.2-dev
This commit is contained in:
parent
bceb368f1b
commit
841419d067
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ set(TR_VERSION_MAJOR "4")
|
||||||
set(TR_VERSION_MINOR "0")
|
set(TR_VERSION_MINOR "0")
|
||||||
set(TR_VERSION_PATCH "0")
|
set(TR_VERSION_PATCH "0")
|
||||||
set(TR_VERSION_BETA_NUMBER "2") # empty string for not beta
|
set(TR_VERSION_BETA_NUMBER "2") # empty string for not beta
|
||||||
set(TR_VERSION_DEV FALSE)
|
set(TR_VERSION_DEV TRUE)
|
||||||
|
|
||||||
# derived from above: release type
|
# derived from above: release type
|
||||||
if (TR_VERSION_DEV)
|
if (TR_VERSION_DEV)
|
||||||
|
|
Loading…
Reference in a new issue