From c6af8ef4bf44c2d3ed36a136f1799fe263978af4 Mon Sep 17 00:00:00 2001
From: Richard Frith-Macdonald
+ Bugfix release to increment library version number to reflect ABI + changes which should have been noticed before 1.28.1 release. +
+diff --git a/Documentation/news.texi b/Documentation/news.texi index 5e9e9e1d83..91cf558cd0 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -11,7 +11,15 @@ The currently released version of the library is See the @url{ReleaseNotes.html} document for more information. @end ifclear -This is a release focussing more on portability improvements and bugfixes, though it does contain some new features. +This is a bugfix release increasing the library version number to reflect ABI change that should have been included when the previous release was made. + +@section Noteworthy changes in version @samp{1.29.0} + +@itemize @bullet +@item Library version changed from 1.28 to 1.29 +@end itemize + +@ifclear ANNOUNCE-ONLY @section Noteworthy changes in version @samp{1.28.1} @@ -25,7 +33,6 @@ This is a release focussing more on portability improvements and bugfixes, thoug @item a variety of bugfixes. @end itemize -@ifclear ANNOUNCE-ONLY @section Noteworthy changes in version @samp{1.28.0} Aside from an assortment of bugfixes, this release includes a lot of diff --git a/Version b/Version index 0eb4012ef2..34dbe0e86a 100644 --- a/Version +++ b/Version @@ -6,10 +6,10 @@ GCC_VERSION=4.0.0 # The version number of this release. MAJOR_VERSION=1 -MINOR_VERSION=28 -SUBMINOR_VERSION=1 +MINOR_VERSION=29 +SUBMINOR_VERSION=0 # numeric value should match above -VERSION_NUMBER=128.1 +VERSION_NUMBER=129.0 GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION} VERSION=${GNUSTEP_BASE_VERSION}