Give the buildbot-created packages a different version number

This commit is contained in:
David Sansome 2010-06-07 20:23:28 +00:00
parent 7d18f60ca8
commit 27901b35c8
2 changed files with 17 additions and 3 deletions

View File

@ -6,9 +6,17 @@
# Version numbers. For m.n rc, use m.(n-1).99
set(CLEMENTINE_VERSION_MAJOR 0)
set(CLEMENTINE_VERSION_MINOR 3)
set(CLEMENTINE_VERSION_PATCH 0)
set(CLEMENTINE_VERSION_STRING "0.3") # Displayed in GUIs
set(CLEMENTINE_VERSION_SHORT_STRING "0.3") # Used in filenames
set(BUILDBOT_REVISION $ENV{BUILDBOT_REVISION})
if(BUILDBOT_REVISION)
set(CLEMENTINE_VERSION_PATCH 90)
set(CLEMENTINE_VERSION_STRING "0.3 - buildbot r${BUILDBOT_REVISION}") # Displayed in GUIs
set(CLEMENTINE_VERSION_SHORT_STRING "0.3r${BUILDBOT_REVISION}") # Used in filenames
else(BUILDBOT_REVISION)
set(CLEMENTINE_VERSION_PATCH 0)
set(CLEMENTINE_VERSION_STRING "0.3")
set(CLEMENTINE_VERSION_SHORT_STRING "0.3")
endif(BUILDBOT_REVISION)
if (CLEMENTINE_VERSION_PATCH)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
clementine (0.3.90) unstable; urgency=low
* Development build
-- David Sansome <me@davidsansome.com> Mon, 7 Jun 2010 00:00:00 -0800
clementine (0.3) unstable; urgency=low
* Version 0.3