diff options
author | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-08 08:24:15 +0000 |
---|---|---|
committer | nicola <nicola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-06-08 08:24:15 +0000 |
commit | e258c955a59d7ec61652ec76ea847ad6ccc595f5 (patch) | |
tree | b8446686004512be42c858dc44c7db72a4e12fd9 /libobjc | |
parent | 3f73d66e38658de2fb5277e5ad8e0a49222ea41a (diff) | |
download | gcc-e258c955a59d7ec61652ec76ea847ad6ccc595f5.tar.gz |
In libobjc/:
2011-06-08 Nicola Pero <nicola.pero@meta-innovation.com>
* configure.ac (VERSION): Bumped to 4:0:0.
* configure (VERSION): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174798 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 5 | ||||
-rwxr-xr-x | libobjc/configure | 2 | ||||
-rw-r--r-- | libobjc/configure.ac | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index 587821d8e64..627d39fcb3a 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,5 +1,10 @@ 2011-06-08 Nicola Pero <nicola.pero@meta-innovation.com> + * configure.ac (VERSION): Bumped to 4:0:0. + * configure (VERSION): Likewise. + +2011-06-08 Nicola Pero <nicola.pero@meta-innovation.com> + * objc/README: Updated. * objc-private/selector.h: Updated comments. diff --git a/libobjc/configure b/libobjc/configure index 9c3f621c889..c68cde0f806 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -2274,7 +2274,7 @@ target_subdir=${target_noncanonical} # We need the following definitions because AC_PROG_LIBTOOL relies on them PACKAGE=libobjc # Version is pulled out to make it a bit easier to change using sed. -VERSION=3:0:0 +VERSION=4:0:0 # This works around the fact that libtool configuration may change LD diff --git a/libobjc/configure.ac b/libobjc/configure.ac index 35b724376cc..dd303fff065 100644 --- a/libobjc/configure.ac +++ b/libobjc/configure.ac @@ -27,7 +27,7 @@ GCC_TOPLEV_SUBDIRS # We need the following definitions because AC_PROG_LIBTOOL relies on them PACKAGE=libobjc # Version is pulled out to make it a bit easier to change using sed. -VERSION=3:0:0 +VERSION=4:0:0 AC_SUBST(VERSION) # This works around the fact that libtool configuration may change LD |