Vesrion 0.17.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@28277 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2009-05-10 20:57:23 +00:00
parent 42abff09f9
commit d0b78d85ba
6 changed files with 59 additions and 41 deletions

View file

@ -3,12 +3,12 @@
# The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=16
GNUSTEP_BACK_MINOR_VERSION=17
GNUSTEP_BACK_SUBMINOR_VERSION=0
# This numeric value should match above
VERSION_NUMBER=016.0
VERSION_NUMBER=017.0
# This numeric value should match the compatible gui interface version
INTERFACE_VERSION_NUMBER=016
INTERFACE_VERSION_NUMBER=017
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION}