diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-12-03 14:22:13 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2010-12-03 14:22:13 +0000 |
commit | 196891b51b2ba534468eefc655170bf3cd39c2fd (patch) | |
tree | bb204e31cadf180a61d340298620bba670bcdbf2 | |
parent | 3609dfbf133eede9097ed5019563a617a9d2e207 (diff) | |
download | gcc-196891b51b2ba534468eefc655170bf3cd39c2fd.tar.gz |
configure.ac (VERSION): Bump the version to 3:0:0.
2010-12-03 Matthias Klose <doko@ubuntu.com>
* configure.ac (VERSION): Bump the version to 3:0:0.
* configure: Regenerate.
From-SVN: r167426
-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 |