diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-04 00:16:17 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-04 00:16:17 +0000 |
commit | 1b6be71988fb76de4935ceb76ffb8812b8e56650 (patch) | |
tree | 7dee854f80657926d39f65e458105a4c3706378f | |
parent | 6f0032a3f70f373ea8e81627560d94d36ff4daef (diff) | |
download | gcc-1b6be71988fb76de4935ceb76ffb8812b8e56650.zip gcc-1b6be71988fb76de4935ceb76ffb8812b8e56650.tar.gz gcc-1b6be71988fb76de4935ceb76ffb8812b8e56650.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r82616.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 40683c8..f1593d9 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__ 20040603 +#define __GLIBCXX__ 20040604 // Allow use of "export template." This is currently not a feature // that g++ supports. |