Bump version

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@25051 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2007-04-15 04:37:34 +00:00
parent 56531d5d69
commit 110c5d2c78
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2007-04-14 Adam Fedor <fedor@gnu.org>
* Version: Bump version
2007-04-04 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gsc/GSContext.h: Remove ivar gtable.

View file

@ -3,12 +3,12 @@
# The version number of this release.
GNUSTEP_BACK_MAJOR_VERSION=0
GNUSTEP_BACK_MINOR_VERSION=12
GNUSTEP_BACK_MINOR_VERSION=13
GNUSTEP_BACK_SUBMINOR_VERSION=0
# This numeric value should match above
VERSION_NUMBER=012.0
VERSION_NUMBER=013.0
# This numeric value should match the compatible gui interface version
INTERFACE_VERSION_NUMBER=012
INTERFACE_VERSION_NUMBER=013
GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION}
VERSION=${GNUSTEP_BACK_VERSION}