From be3e42bba9fa471e6ee3817b5a869effc837059b Mon Sep 17 00:00:00 2001 From: fedor Date: Tue, 8 May 2007 03:41:50 +0000 Subject: [PATCH] Version 1.6.0 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@25128 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog.GNUstep | 4 ++++ GNUmakefile | 2 +- README.GNUstep | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) 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.