Skip to content

Commit

Permalink
preparation for release
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34668 72102866-910b-0410-8b05-ffd578937521
  • Loading branch information
rfm committed Jan 30, 2012
1 parent 39da8b2 commit 86a9d57
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2012-01-30 Richard Frith-Macdonald <[email protected]>

* Version: Bump version to 1.24.0 in preparation for release.
* NSTimeZones/NSTimeZones.tar: Update timezone information

2012-01-30 Richard Frith-Macdonald <[email protected]>

* Source/NSJSONSerialization.m:
Expand Down
8 changes: 8 additions & 0 deletions Documentation/ReleaseNotes.gsdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 />
Expand Down
Binary file modified NSTimeZones/NSTimeZones.tar
Binary file not shown.
6 changes: 3 additions & 3 deletions Version
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 86a9d57

Please sign in to comment.