revert last change

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34678 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-01-31 09:33:17 +00:00
parent 2b605b9df5
commit a8a09c4933
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2012-01-31 Richard Frith-Macdonald <rfm@gnu.org>
* Version: revert last change as Fred pointed out I got it wrong and
we shoudl be updating version immediately *after* release.
2012-01-31 Fred Kiefer <FredKiefer@gmx.de>
* Tests/base/NSURLRequest/basic.m: Remove two astray @ characters.

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=23
SUBMINOR_VERSION=0
# numeric value should match above
VERSION_NUMBER=124.0
VERSION_NUMBER=123.0
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION}