diff --git a/ChangeLog b/ChangeLog index 1c22af3..f63f635 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-07-17 Adam Fedor + + * Version: 0.7.9 + 2002-07-14 Adam Fedor * Source/x11/XIMInputServer.m (-ximCreateIC:): Don't set diff --git a/Documentation/news.texi b/Documentation/news.texi index c9dae03..11880ec 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -7,16 +7,20 @@ @include version.texi @end ifset +@section Noteworthy changes in version @samp{0.7.9} + +Bug fixes. + +@c ==================================================================== +@c Keep the next line just below the list of changes in most recent version. +@ifclear ANNOUNCE-ONLY + @section Noteworthy changes in version @samp{0.7.8} Simplified backend selection using --enable-server and --enable-graphics. Add --with-library-flags and --with-include-flags for adding additonal flags. Set name with --with-name -@c ==================================================================== -@c Keep the next line just below the list of changes in most recent version. -@ifclear ANNOUNCE-ONLY - @section Noteworthy changes in version @samp{0.7.7} First release. Most components extracted from xgps. The old backends, diff --git a/Version b/Version index 6717887..873e2fa 100644 --- a/Version +++ b/Version @@ -4,7 +4,7 @@ # The version number of this release. GNUSTEP_BACK_MAJOR_VERSION=0 GNUSTEP_BACK_MINOR_VERSION=7 -GNUSTEP_BACK_SUBMINOR_VERSION=8 +GNUSTEP_BACK_SUBMINOR_VERSION=9 GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION} VERSION=${GNUSTEP_BACK_VERSION}