diff --git a/ChangeLog.GNUstep b/ChangeLog.GNUstep index d28ee4f..4c29295 100644 --- a/ChangeLog.GNUstep +++ b/ChangeLog.GNUstep @@ -1,3 +1,7 @@ +2007-05-07 Adam Fedor + + * Version 1.60 + 2007-05-06 Nicola Pero * ChangeLog: Removed GNUstep-specific entries. This is supposed diff --git a/GNUmakefile b/GNUmakefile index 53eb2aa..3544eb2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -34,7 +34,7 @@ endif include $(GNUSTEP_MAKEFILES)/common.make PACKAGE_NAME = gnustep-objc -VERSION=1.4.0 +VERSION=1.6.0 SVN_MODULE_NAME = libobjc SVN_BASE_URL = svn+ssh://svn.gna.org/svn/gnustep/libs SVN_TAG_NAME=objc diff --git a/README.GNUstep b/README.GNUstep index e5d5f94..62afa15 100644 --- a/README.GNUstep +++ b/README.GNUstep @@ -26,6 +26,11 @@ make install ------------------------------------------------------------------------ Changes: ------------------------------------------------------------------------ +Version 1.6.0 +------------- +Update to latest gcc changes. +Fix makefiles for GNUstep make 2.0 release. + Version 1.4.0 ------------- Fix the protocol initizization bug, various other protocol bugs.