diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-24 00:16:19 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-24 00:16:19 +0000 |
commit | 8ff4764d74384f6015ca4a2e849857bcf9652f1b (patch) | |
tree | 15bf5081ad7fff3b24803f02ce30889de1e24e90 | |
parent | 4cda1a9d910efca5176dfba8f621cbb7f4430841 (diff) | |
download | gcc-8ff4764d74384f6015ca4a2e849857bcf9652f1b.zip gcc-8ff4764d74384f6015ca4a2e849857bcf9652f1b.tar.gz gcc-8ff4764d74384f6015ca4a2e849857bcf9652f1b.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91130.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 d9cdcc2..abbcd68 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__ 20041123 +#define __GLIBCXX__ 20041124 // Allow use of "export template." This is currently not a feature // that g++ supports. |