diff options
Diffstat (limited to 'libobjc/objc/objc.h')
-rw-r--r-- | libobjc/objc/objc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libobjc/objc/objc.h b/libobjc/objc/objc.h index c0d58e1cd11..1fa43737e4e 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. |