aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaolo Carlini <paolo.carlini@oracle.com>2009-05-07 10:22:46 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2009-05-07 10:22:46 +0000
commit262118b947e0b9c200996e425acb8d75970ff1ff (patch)
treea16cb51fcf23a1b9db5fdaed1aa034ddda1cdf50
parent59141a28ca5c9854e3f80193f33d24187ecfeb47 (diff)
downloadgcc-262118b947e0b9c200996e425acb8d75970ff1ff.zip
gcc-262118b947e0b9c200996e425acb8d75970ff1ff.tar.gz
gcc-262118b947e0b9c200996e425acb8d75970ff1ff.tar.bz2
configure.ac: Bump libtool_VERSION to 6:12:0.
2009-05-07 Paolo Carlini <paolo.carlini@oracle.com> * configure.ac: Bump libtool_VERSION to 6:12:0. * configure: Regenerate. From-SVN: r147228
-rw-r--r--libstdc++-v3/ChangeLog5
-rwxr-xr-xlibstdc++-v3/configure2
-rw-r--r--libstdc++-v3/configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 104762d..dd6ae6e 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-07 Paolo Carlini <paolo.carlini@oracle.com>
+
+ * configure.ac: Bump libtool_VERSION to 6:12:0.
+ * configure: Regenerate.
+
2009-05-07 Matthias Klose <doko@ubuntu.com>
PR libstdc++/40038
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 31678eb..a80bbae 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -1567,7 +1567,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD
# For libtool versioning info, format is CURRENT:REVISION:AGE
-libtool_VERSION=6:11:0
+libtool_VERSION=6:12:0
# Find the rest of the source tree framework.
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac
index a07d9ff..334e918 100644
--- a/libstdc++-v3/configure.ac
+++ b/libstdc++-v3/configure.ac
@@ -12,7 +12,7 @@ AC_CONFIG_HEADER(config.h)
### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD
# For libtool versioning info, format is CURRENT:REVISION:AGE
-libtool_VERSION=6:11:0
+libtool_VERSION=6:12:0
AC_SUBST(libtool_VERSION)
# Find the rest of the source tree framework.