bump version for new release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37498 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2013-12-24 06:26:11 +00:00
parent 0c46b4715a
commit c6db47d79c
4 changed files with 32 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2013-12-24 Richard Frith-Macdonald <rfm@gnu.org>
* Version: make ready for 1.24.6 release
* Documentation/news.texi: 1.24.6 news
* Documentation/ReleaseNotes.gsdoc: 1.24.6 release notes
2013-12-20 Graham Lee <graham@iamleeg.com>
* Headers/Foundation/NSUUID.h:
@ -416,7 +422,7 @@
* Documentation/news.texi: 1.24.5 news
* Documentation/ReleaseNotes.gsdoc: 1.24.5 release notes
* NSTimeZones/NSTimeZones.tar: new timezone data
* Sourcew/NSTimeZone.m: fix error in zone directory name
* Source/NSTimeZone.m: fix error in zone directory name
2013-07-14 Wolfgang Lux <wolfgang.lux@gmail.com>

View file

@ -29,6 +29,17 @@ notice and this notice are preserved.
migrate to using a newer version of the library.
</p>
<section>
<heading>Version 1.24.6</heading>
<p>A new stable (bugfix) release.<br />
This release contains a new class (NSUUID) and several
new methods.<br />
The OSX version compatibility macros have been updated
to add the latest version of OSX.<br />
The release has various platform/portability tweaks, as
well as a variety of bugfixes.
</section>
<section>
<heading>Version 1.24.5</heading>
<p>A new stable (bugfix) release.<br />

View file

@ -11,6 +11,18 @@ The currently released version of the library is
See the @url{ReleaseNotes.html} document for more information.
@end ifclear
@section Noteworthy changes in version @samp{1.24.6}
@itemize @bullet
@item NSUUID implemented
@item New OSX version macros
@item TLS support improvements
@item Various new methods for OSX compatibility
@item Various other bugfixes
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.24.5}
@itemize @bullet
@ -20,8 +32,6 @@ See the @url{ReleaseNotes.html} document for more information.
@item Various other bugfixes
@end itemize
@ifclear ANNOUNCE-ONLY
@section Noteworthy changes in version @samp{1.24.4}
@itemize @bullet

View file

@ -7,9 +7,9 @@ GCC_VERSION=4.0.0
# The version number of this release.
MAJOR_VERSION=1
MINOR_VERSION=24
SUBMINOR_VERSION=5
SUBMINOR_VERSION=6
# numeric value should match above
VERSION_NUMBER=124.5
VERSION_NUMBER=124.6
GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}
VERSION=${GNUSTEP_BASE_VERSION}