diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-08 20:06:30 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-08 20:06:30 +0000 |
commit | c8c28f0581d8a67b302a9c52fc14a54c0cae0428 (patch) | |
tree | 3c0b392b1c1a23f5e25d01795a9d71c88c2baeac /libstdc++-v3/configure.ac | |
parent | daca8c86f03544bfadd745a32d9448bad9ade001 (diff) | |
download | gcc-c8c28f0581d8a67b302a9c52fc14a54c0cae0428.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90292 138bc75d-0d04-0410-961f-82ee72b054a4
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 a11f034120b..f5e306acc26 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. |