diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-12 00:16:18 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-12 00:16:18 +0000 |
commit | e4602cf33b4359a1a92ffff5749eaf3422600993 (patch) | |
tree | a928757cd604fb7549ad17691e6cdfe343fd10f8 | |
parent | ef2c2c48492148136da005ca1cd82b3a04a32ec9 (diff) | |
download | gcc-e4602cf33b4359a1a92ffff5749eaf3422600993.zip gcc-e4602cf33b4359a1a92ffff5749eaf3422600993.tar.gz gcc-e4602cf33b4359a1a92ffff5749eaf3422600993.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r83008.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 7541a38..2b99e90 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__ 20040611 +#define __GLIBCXX__ 20040612 // Allow use of "export template." This is currently not a feature // that g++ supports. |