Bump version

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34710 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2012-02-03 17:02:28 +00:00
parent 36e57dbe90
commit 5b4990b76d
2 changed files with 6 additions and 2 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 1.24.0

View file

@ -6,10 +6,10 @@ GCC_VERSION=4.0.0
# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=24
MINOR_VERSION=25
SUBMINOR_VERSION=0
# numeric value should match above
VERSION_NUMBER=124.0
VERSION_NUMBER=125.0
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION}