diff --git a/ANNOUNCE b/ANNOUNCE index 202260a1..e7436818 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -1,7 +1,7 @@ Announcement ************ -The GNUstep Makefile Package version 1.7.3 is now available. +The GNUstep Makefile Package version 1.7.4 is now available. What is the GNUstep makefile package? ===================================== @@ -16,17 +16,15 @@ It also allows the user to easily create cross-compiled binaries. number, y, in x.y.z) are unstable releases (like 1.5.2), which even minor release numbers (1.4.1) are stable releases. -Changes in version `1.7.3' +Changes in version `1.7.4' ========================== - * Adds library combo to Headers directory if not flattened. - - * Add Markup file (Renaissance) support. + Bug fixes. Obtaining gnustep-make ====================== - You can get the gstep-make-1.7.3.tar.gz distribution file at + You can get the gstep-make-1.7.4.tar.gz distribution file at Please log bug reports on the GNUstep project page diff --git a/ChangeLog b/ChangeLog index a812c4bd..2f54bf34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-15 Adam Fedor + + * Version 1.7.4 + 2003-09-15 Adam Fedor * Version: Add VERSION diff --git a/Documentation/news.texi b/Documentation/news.texi index f2ae12ca..156ab48c 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -9,6 +9,12 @@ The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}. @end ifclear +@section Changes in version @samp{1.7.4} + +Bug fixes. + +@ifclear ANNOUNCE-ONLY + @section Changes in version @samp{1.7.3} @itemize @bullet @@ -16,8 +22,6 @@ The currently released version is @samp{@value{GNUSTEP-MAKE-VERSION}}. @item Add Markup file (Renaissance) support. @end itemize -@ifclear ANNOUNCE-ONLY - @section Changes in version @samp{1.7.2} --enable-flattened (Flat directory structure) is on by default. diff --git a/FAQ b/FAQ index 8952e16d..2ca687a7 100644 --- a/FAQ +++ b/FAQ @@ -1,7 +1,7 @@ GNUstep Frequently Asked Questions with Answers *********************************************** - Last updated 22 August 2003. Please send corrections to + Last updated 15 September 2003. Please send corrections to . Also look at the user FAQ for more user oriented questions. diff --git a/GNUstep-HOWTO b/GNUstep-HOWTO index a2bbf7a3..e37ca670 100644 --- a/GNUstep-HOWTO +++ b/GNUstep-HOWTO @@ -1,7 +1,7 @@ GNUstep HOWTO ************* - Last Update: 22 August 2003 + Last Update: 15 September 2003 This document explains how to build the different components of the GNUstep core libraries and GNUstep Launchpad. diff --git a/NEWS b/NEWS index 5b188901..3cea3fd3 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,12 @@ NEWS **** -The currently released version is `1.7.3'. +The currently released version is `1.7.4'. + +Changes in version `1.7.4' +========================== + + Bug fixes. Changes in version `1.7.3' ========================== diff --git a/Version b/Version index 8fd459d4..a0f8d5bb 100644 --- a/Version +++ b/Version @@ -4,7 +4,7 @@ # The version number of this release. GNUSTEP_MAKE_MAJOR_VERSION=1 GNUSTEP_MAKE_MINOR_VERSION=7 -GNUSTEP_MAKE_SUBMINOR_VERSION=3 +GNUSTEP_MAKE_SUBMINOR_VERSION=4 GNUSTEP_MAKE_VERSION=${GNUSTEP_MAKE_MAJOR_VERSION}.${GNUSTEP_MAKE_MINOR_VERSION}.${GNUSTEP_MAKE_SUBMINOR_VERSION} VERSION=${GNUSTEP_MAKE_VERSION}