diff --git a/ChangeLog b/ChangeLog index 4e020d7..03fcf97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-24 Adam Fedor + + * Version: 0.8.5 + 2003-03-11 Adam Fedor * configure.ac: Only add libgdi32 for winlib diff --git a/Documentation/news.texi b/Documentation/news.texi index 4da4460..b10f40a 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -7,7 +7,7 @@ @include version.texi @end ifset -@section Noteworthy changes in version @samp{0.8.3} +@section Noteworthy changes in version @samp{0.8.5} Text system improvements. See the gnustep-gui NEWS for changes. diff --git a/Version b/Version index 4b56b13..d301ec0 100644 --- a/Version +++ b/Version @@ -4,7 +4,7 @@ # The version number of this release. GNUSTEP_BACK_MAJOR_VERSION=0 GNUSTEP_BACK_MINOR_VERSION=8 -GNUSTEP_BACK_SUBMINOR_VERSION=4 +GNUSTEP_BACK_SUBMINOR_VERSION=5 GNUSTEP_BACK_VERSION=${GNUSTEP_BACK_MAJOR_VERSION}.${GNUSTEP_BACK_MINOR_VERSION}.${GNUSTEP_BACK_SUBMINOR_VERSION} VERSION=${GNUSTEP_BACK_VERSION}