Bump version

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@34719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2012-02-03 21:45:11 +00:00
parent 4359eba442
commit 4b99c97e5e
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2012-02-03 Adam Fedor <fedor@gnu.org>
* Bump version
2012-02-03 Adam Fedor <fedor@gnu.org>
* Version 0.22.0

View file

@ -3,12 +3,12 @@
# The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=22
GNUSTEP_BACK_MINOR_VERSION=23
GNUSTEP_BACK_SUBMINOR_VERSION=0
# This numeric value should match above
VERSION_NUMBER=022.0
VERSION_NUMBER=023.0
# This numeric value should match the compatible gui interface version
INTERFACE_VERSION_NUMBER=022
INTERFACE_VERSION_NUMBER=023
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION}