diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-03 14:22:13 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-03 14:22:13 +0000 |
commit | 5ca19477ec1723e3da52c5d596c84c375da3848f (patch) | |
tree | bb204e31cadf180a61d340298620bba670bcdbf2 /libobjc | |
parent | b3d11d16aee63708df8ac4334ee8a124d23d2a4e (diff) | |
download | gcc-5ca19477ec1723e3da52c5d596c84c375da3848f.tar.gz |
2010-12-03 Matthias Klose <doko@ubuntu.com>
* configure.ac (VERSION): Bump the version to 3:0:0.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167426 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 08e74a8405e..897c296e549 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-03 Matthias Klose <doko@ubuntu.com> + + * configure.ac (VERSION): Bump the version to 3:0:0. + * configure: Regenerate. + 2010-11-23 Richard Frith-Macdonald <rfm@gnu.org> * sendmsg.c (get_imp): Fixed call to __objc_get_forward_imp to diff --git a/libobjc/configure b/libobjc/configure index ffa3a88cdd4..37402cae443 100755 --- a/libobjc/configure +++ b/libobjc/configure @@ -2272,7 +2272,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=2:0:0 +VERSION=3:0:0 # This works around the fact that libtool configuration may change LD diff --git a/libobjc/configure.ac b/libobjc/configure.ac index ed532fab025..6157d11c955 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=2:0:0 +VERSION=3:0:0 AC_SUBST(VERSION) # This works around the fact that libtool configuration may change LD |