Bump version to unstable

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@32853 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2011-04-14 03:04:54 +00:00
parent 1be57b5ba1
commit a86d338afc
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2011-04-14 Adam Fedor <fedor@gnu.org>
* Version: Bump version
2011-04-14 Adam Fedor <fedor@gnu.org>
* Version 0.20.0

View file

@ -3,12 +3,12 @@
# The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=20
GNUSTEP_BACK_MINOR_VERSION=21
GNUSTEP_BACK_SUBMINOR_VERSION=0
# This numeric value should match above
VERSION_NUMBER=020.0
VERSION_NUMBER=021.0
# This numeric value should match the compatible gui interface version
INTERFACE_VERSION_NUMBER=020
INTERFACE_VERSION_NUMBER=021
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION}