mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
59141a28ca
commit
262118b947
|
|
@ -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>
|
2009-05-07 Matthias Klose <doko@ubuntu.com>
|
||||||
|
|
||||||
PR libstdc++/40038
|
PR libstdc++/40038
|
||||||
|
|
|
||||||
|
|
@ -1567,7 +1567,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||||
### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD
|
### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD
|
||||||
|
|
||||||
# For libtool versioning info, format is CURRENT:REVISION:AGE
|
# 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.
|
# Find the rest of the source tree framework.
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ AC_CONFIG_HEADER(config.h)
|
||||||
### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD
|
### am handles this now? ORIGINAL_LD_FOR_MULTILIBS=$LD
|
||||||
|
|
||||||
# For libtool versioning info, format is CURRENT:REVISION:AGE
|
# For libtool versioning info, format is CURRENT:REVISION:AGE
|
||||||
libtool_VERSION=6:11:0
|
libtool_VERSION=6:12:0
|
||||||
AC_SUBST(libtool_VERSION)
|
AC_SUBST(libtool_VERSION)
|
||||||
|
|
||||||
# Find the rest of the source tree framework.
|
# Find the rest of the source tree framework.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue