mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
39da8b22e2
commit
86a9d5774f
4 changed files with 16 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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.
6
Version
6
Version
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue