mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-19 12:53:25 +01:00
More version number fiddling
This commit is contained in:
parent
0fba393f6e
commit
5b34a11765
@ -10,7 +10,7 @@ set(INCLUDE_SVN_REVISION ON)
|
||||
|
||||
# The format for version numbers is:
|
||||
# Display: $major.$minor [$prerelease] [$svn]
|
||||
# Deb: $major.$minor[~$prerelease][~$svn]
|
||||
# Deb: $major.$minor[~$prerelease][.$svn]
|
||||
# Rpm: $major.$minor[$prerelease][.$svn]
|
||||
# And the rpm version is used for mac and windows
|
||||
|
||||
@ -47,6 +47,6 @@ endif(FORCE_SVN_REVISION)
|
||||
|
||||
if(INCLUDE_SVN_REVISION AND SVN_REVISION)
|
||||
set(CLEMENTINE_VERSION_DISPLAY "${CLEMENTINE_VERSION_DISPLAY} r${SVN_REVISION}")
|
||||
set(CLEMENTINE_VERSION_DEB "${CLEMENTINE_VERSION_DEB}~r${SVN_REVISION}")
|
||||
set(CLEMENTINE_VERSION_DEB "${CLEMENTINE_VERSION_DEB}.r${SVN_REVISION}")
|
||||
set(CLEMENTINE_VERSION_RPM "${CLEMENTINE_VERSION_RPM}.r${SVN_REVISION}")
|
||||
endif(INCLUDE_SVN_REVISION AND SVN_REVISION)
|
||||
|
4
dist/windows/windres.rc.in
vendored
4
dist/windows/windres.rc.in
vendored
@ -1,7 +1,7 @@
|
||||
clementine ICON "clementine.ico"
|
||||
1 VERSIONINFO
|
||||
FILEVERSION ${CLEMENTINE_VERSION_MAJOR},${CLEMENTINE_VERSION_MINOR},0
|
||||
PRODUCTVERSION ${CLEMENTINE_VERSION_MAJOR},${CLEMENTINE_VERSION_MINOR},0
|
||||
FILEVERSION ${CLEMENTINE_VERSION_MAJOR},${CLEMENTINE_VERSION_MINOR},0,0
|
||||
PRODUCTVERSION ${CLEMENTINE_VERSION_MAJOR},${CLEMENTINE_VERSION_MINOR},0,0
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
|
Loading…
Reference in New Issue
Block a user