diff --git a/ChangeLog b/ChangeLog index 98ac2e685..09be6059e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Jan 9 10:04:09 1998 Adam Fedor + + * Version: Release 0.4.0. + Thu Jan 8 09:42:39 1998 Adam Fedor * doc/announce.tmpl.texi: Fixup variable definitions. @@ -23,7 +27,7 @@ Sun Jan 4 13:26:03 1997 Stevo Crvenkovski * src/NSGString.m ([NSGMutableString initWithCapacity:]): Likewise. - * src/NSGSequence.m ([NSGSequence decompose}): Check for lenght>1: + * src/NSGSequence.m ([NSGSequence decompose]): Check for lenght>1: * src/NSString.m ([NSGString initialize]): Set _DefaultStringEncoding variable using GetDefEncoding(). diff --git a/Documentation/Makefile.postamble b/Documentation/Makefile.postamble index 2b8c91140..83932bb8f 100644 --- a/Documentation/Makefile.postamble +++ b/Documentation/Makefile.postamble @@ -58,7 +58,7 @@ # Things to do after cleaning after-clean:: - rm -f version.texi + rm -f version.texi version.tmpl.texi rm -f $(TEXT_FILES) rm -f $(ORIG_FILES:.tmpl.texi=.texi) rm -f *.info @@ -237,4 +237,4 @@ GNUstep-HOWTO: version.tmpl.texi gnustep-howto.tmpl.texi copy-dist: $(DIST_FILES) mkdir ../snap/doc ln $(DIST_FILES) ../snap/doc - ln $(TOP_DOC_FILES) ../snap \ No newline at end of file + ln $(TOP_DOC_FILES) ../snap diff --git a/Version b/Version index 00eaa41b1..5ec698201 100644 --- a/Version +++ b/Version @@ -5,8 +5,8 @@ GCC_VERSION=2.7.2 # The version number of this release. MAJOR_VERSION=0 -MINOR_VERSION=2 -SUBMINOR_VERSION=12 +MINOR_VERSION=4 +SUBMINOR_VERSION=0 GNUSTEP_BASE_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION} VERSION=$(GNUSTEP_BASE_VERSION)