mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-10 08:10:49 +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
e138bc1db8
commit
4438c218eb
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>
|
2012-01-30 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSJSONSerialization.m:
|
* Source/NSJSONSerialization.m:
|
||||||
|
|
|
@ -29,6 +29,14 @@ notice and this notice are preserved.
|
||||||
migrate to using a newer version of the library.
|
migrate to using a newer version of the library.
|
||||||
</p>
|
</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>
|
<section>
|
||||||
<heading>Version 1.23.0</heading>
|
<heading>Version 1.23.0</heading>
|
||||||
<p>A new stable release with many minor bugfices and tweaks.<br />
|
<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.
|
# The version number of this release.
|
||||||
MAJOR_VERSION=1
|
MAJOR_VERSION=1
|
||||||
MINOR_VERSION=23
|
MINOR_VERSION=24
|
||||||
SUBMINOR_VERSION=1
|
SUBMINOR_VERSION=0
|
||||||
# numeric value should match above
|
# numeric value should match above
|
||||||
VERSION_NUMBER=123.1
|
VERSION_NUMBER=124.0
|
||||||
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
|
||||||
VERSION=${GNUSTEP_BASE_VERSION}
|
VERSION=${GNUSTEP_BASE_VERSION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue