In libobjc/: 2011-06-08 Nicola Pero <nicola.pero@meta-innovation.com>

In libobjc/:
2011-06-08  Nicola Pero  <nicola.pero@meta-innovation.com>

	* objc/objc.h (__GNU_LIBOBJC__): Bumped to 20110608.

From-SVN: r174799
This commit is contained in:
Nicola Pero 2011-06-08 08:26:15 +00:00 committed by Nicola Pero
parent c7907a5509
commit 4fbff2d2ec
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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.