preparation for release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34668 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2012-01-30 16:29:22 +00:00
parent 39da8b22e2
commit 86a9d5774f
4 changed files with 16 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2012-01-30 Richard Frith-Macdonald <rfm@gnu.org>
* Version: Bump version to 1.24.0 in preparation for release.
* NSTimeZones/NSTimeZones.tar: Update timezone information
2012-01-30 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSJSONSerialization.m:

View file

@ -29,6 +29,14 @@ notice and this notice are preserved.
migrate to using a newer version of the library.
</p>
<section>
<heading>Version 1.24.0</heading>
<p>A new stable release with many minor bugfixes and tweaks.<br />
With this release the official supported compiler for GNUstep
is gcc-4.0 and later.<br />
</p>
</section>
<section>
<heading>Version 1.23.0</heading>
<p>A new stable release with many minor bugfices and tweaks.<br />

Binary file not shown.

View file

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