diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-08-03 00:16:11 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-08-03 00:16:11 +0000 |
commit | faebe6c2395d5f84c8333ab7398c61097281644c (patch) | |
tree | 63e25913386fe3df693369379532ad7bb084ca7a /libstdc++-v3 | |
parent | 899deeca6c931c4f4a21e73d40b623346d632fe9 (diff) | |
download | gcc-faebe6c2395d5f84c8333ab7398c61097281644c.zip gcc-faebe6c2395d5f84c8333ab7398c61097281644c.tar.gz gcc-faebe6c2395d5f84c8333ab7398c61097281644c.tar.bz2 |
Daily bump.
From-SVN: r85458
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 c46402a..1a1d3d5 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__ 20040802 +#define __GLIBCXX__ 20040803 // Allow use of "export template." This is currently not a feature // that g++ supports. |