From 4fbff2d2ecbb61d8648a3dc93bbcb5d96dddca41 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Wed, 8 Jun 2011 08:26:15 +0000 Subject: In libobjc/: 2011-06-08 Nicola Pero In libobjc/: 2011-06-08 Nicola Pero * objc/objc.h (__GNU_LIBOBJC__): Bumped to 20110608. From-SVN: r174799 --- libobjc/ChangeLog | 4 ++++ libobjc/objc/objc.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'libobjc') diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 627d39f..45f0485 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,5 +1,9 @@ 2011-06-08 Nicola Pero + * objc/objc.h (__GNU_LIBOBJC__): Bumped to 20110608. + +2011-06-08 Nicola Pero + * configure.ac (VERSION): Bumped to 4:0:0. * configure (VERSION): Likewise. diff --git a/libobjc/objc/objc.h b/libobjc/objc/objc.h index c0d58e1..1fa4373 100644 --- a/libobjc/objc/objc.h +++ b/libobjc/objc/objc.h @@ -43,7 +43,7 @@ extern "C" { release). This macro is only defined starting with the GNU Objective-C Runtime shipped with GCC 4.6.0. If it is not defined, it is either an older version of the runtime, or another runtime. */ -#define __GNU_LIBOBJC__ 20100911 +#define __GNU_LIBOBJC__ 20110608 /* Definition of the boolean type. -- cgit v1.1