Bump version number

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@23758 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-10-04 13:56:07 +00:00
parent a78523847e
commit c857d960a8
2 changed files with 6 additions and 4 deletions

View file

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