diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-08 08:26:15 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-08 08:26:15 +0000 |
commit | 068d3ea7ff921d36617c83cd0596ff247761a9a0 (patch) | |
tree | ff85c83dbad6d1491d6e114849b64139c356a5d6 /libobjc | |
parent | e258c955a59d7ec61652ec76ea847ad6ccc595f5 (diff) | |
download | gcc-068d3ea7ff921d36617c83cd0596ff247761a9a0.tar.gz |
In libobjc/:
2011-06-08 Nicola Pero <nicola.pero@meta-innovation.com>
* objc/objc.h (__GNU_LIBOBJC__): Bumped to 20110608.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174799 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 4 | ||||
-rw-r--r-- | libobjc/objc/objc.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 627d39fcb3a..45f04859578 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,5 +1,9 @@ 2011-06-08 Nicola Pero <nicola.pero@meta-innovation.com> + * objc/objc.h (__GNU_LIBOBJC__): Bumped to 20110608. + +2011-06-08 Nicola Pero <nicola.pero@meta-innovation.com> + * configure.ac (VERSION): Bumped to 4:0:0. * configure (VERSION): Likewise. 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. |