diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2004-11-08 20:06:30 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2004-11-08 20:06:30 +0000 |
commit | 8736cbe6f28c14988b96d99b0c89c33cc29bd59f (patch) | |
tree | 3c0b392b1c1a23f5e25d01795a9d71c88c2baeac /libstdc++-v3/configure.ac | |
parent | c16162ad167d8d91e2ea3e68ed31f8a23ad84f8d (diff) | |
download | gcc-8736cbe6f28c14988b96d99b0c89c33cc29bd59f.zip gcc-8736cbe6f28c14988b96d99b0c89c33cc29bd59f.tar.gz gcc-8736cbe6f28c14988b96d99b0c89c33cc29bd59f.tar.bz2 |
configure.ac (libtool_VERSION): To 6:4:0.
2004-11-08 Benjamin Kosnik <bkoz@redhat.com>
* configure.ac (libtool_VERSION): To 6:4:0.
* configure: Regenerate.
* config/linker-map.gnu: Slide new symbols into GLIBCXX_3.4.4.
* docs/doxygen/user.cfg.in: Add more extension files.
From-SVN: r90292
Diffstat (limited to 'libstdc++-v3/configure.ac')
-rw-r--r-- | libstdc++-v3/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.ac b/libstdc++-v3/configure.ac index a11f034..f5e306a 100644 --- a/libstdc++-v3/configure.ac +++ b/libstdc++-v3/configure.ac @@ -13,7 +13,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:3:0 +libtool_VERSION=6:4:0 AC_SUBST(libtool_VERSION) # Find the rest of the source tree framework. |