Release 0.4.0

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2687 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 1998-01-09 15:07:02 +00:00
parent d43811434a
commit 328c20784a
3 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,7 @@
Fri Jan 9 10:04:09 1998 Adam Fedor <fedor@doc.com>
* Version: Release 0.4.0.
Thu Jan 8 09:42:39 1998 Adam Fedor <fedor@doc.com>
* doc/announce.tmpl.texi: Fixup variable definitions.
@ -23,7 +27,7 @@ Sun Jan 4 13:26:03 1997 Stevo Crvenkovski <stevo@btinternet.com>
* 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().

View file

@ -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

View file

@ -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)