diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-06 00:16:15 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-06 00:16:15 +0000 |
commit | ad94c84603832382465e4e1ed0e10b5595a30a66 (patch) | |
tree | 360d6c875d4040dc8584775d07fdb50dfe8b3772 | |
parent | f8bcef17296bc600214816f188956d02b4299285 (diff) | |
download | gcc-ad94c84603832382465e4e1ed0e10b5595a30a66.zip gcc-ad94c84603832382465e4e1ed0e10b5595a30a66.tar.gz gcc-ad94c84603832382465e4e1ed0e10b5595a30a66.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r82658.2
-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 d05bd53..ca2977a 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__ 20040605 +#define __GLIBCXX__ 20040606 // Allow use of "export template." This is currently not a feature // that g++ supports. |