mirror of
https://github.com/transmission/transmission
synced 2024-12-23 16:24:02 +00:00
make all version strings the actual version string
This commit is contained in:
parent
5d9bcb13dd
commit
a0098b4321
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ VERSION_MAJOR = "$MAJOR"
|
|||
VERSION_MINOR = "$MINOR"
|
||||
VERSION_MAINTENANCE = "$MAINT"
|
||||
VERSION_REVISION = "$REV"
|
||||
VERSION_STRING = "$MAJOR.$MINOR$MAINT$BETA (r$REV)"
|
||||
VERSION_STRING = "$STRING ($REV)"
|
||||
EOF
|
||||
replace_if_differs mk/version.mk.new mk/version.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue