diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-04-09 00:16:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-04-09 00:16:10 +0000 |
commit | f701326e71354ad2f2e78ecaccc4880333d40194 (patch) | |
tree | f2734e61ad2b7701c7e702ba31bd152d30d4fee5 /libstdc++-v3 | |
parent | 54e109edfba7de3bb1df683b95c0003649a82a91 (diff) | |
download | gcc-f701326e71354ad2f2e78ecaccc4880333d40194.zip gcc-f701326e71354ad2f2e78ecaccc4880333d40194.tar.gz gcc-f701326e71354ad2f2e78ecaccc4880333d40194.tar.bz2 |
Daily bump.
From-SVN: r80534
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/include/bits/c++config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 859ab52..6cbb697 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -35,7 +35,7 @@ #include <bits/os_defines.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20040408 +#define __GLIBCXX__ 20040409 // Allow use of "export template." This is currently not a feature // that g++ supports. |