diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-22 00:16:47 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-22 00:16:47 +0000 |
commit | 026a935f414f319840a64bb49ef13b3928ae6f29 (patch) | |
tree | 064691420474398c9b06ebb09a850b70ba7381d1 | |
parent | b080e5a29ed7265302bbd9acc739d4bd39975754 (diff) | |
download | gcc-026a935f414f319840a64bb49ef13b3928ae6f29.zip gcc-026a935f414f319840a64bb49ef13b3928ae6f29.tar.gz gcc-026a935f414f319840a64bb49ef13b3928ae6f29.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r83467.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 f65d106..56f713e 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__ 20040621 +#define __GLIBCXX__ 20040622 // Allow use of "export template." This is currently not a feature // that g++ supports. |