From ac073712e80e8169ef526586cd772c057bc72e81 Mon Sep 17 00:00:00 2001 From: fedor Date: Tue, 29 May 2001 19:42:39 +0000 Subject: [PATCH] Version 1.0.1 git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/libobjc/trunk@10033 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog.GNUstep | 5 +++++ GNUmakefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog.GNUstep b/ChangeLog.GNUstep index e719890..37cd807 100644 --- a/ChangeLog.GNUstep +++ b/ChangeLog.GNUstep @@ -1,3 +1,7 @@ +2001-05-29 Adam Fedor + + * GNUmakefile: Version 1.0.1 + 2001-05-24 Adam Fedor * init.c (__objc_send_message_in_list): Use method_imp as hash key @@ -8,6 +12,7 @@ 2001-05-04 Adam Fedor + * Version 1.0.0 * Previous changes before importing into GNUstep CVS. * hash.c (hash_add): cast cachep to int. * init.c: Change DEBUG to DEBUG_RUNTIME diff --git a/GNUmakefile b/GNUmakefile index 9568ba4..245f10d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -26,7 +26,7 @@ include $(GNUSTEP_SYSTEM_ROOT)/Makefiles/common.make PACKAGE_NAME = gnustep-objc -VERSION=1.0.0 +VERSION=1.0.1 GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)