diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-13 00:16:45 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-13 00:16:45 +0000 |
commit | 76c1875c9dbbb31996b31f9833fc5439f370769f (patch) | |
tree | f81458c77b879b6ed68df57a31c0c05d93b2bd66 | |
parent | 194dd0a1cadeb3a6bcfca03932b910d1124a4b5c (diff) | |
download | gcc-76c1875c9dbbb31996b31f9833fc5439f370769f.zip gcc-76c1875c9dbbb31996b31f9833fc5439f370769f.tar.gz gcc-76c1875c9dbbb31996b31f9833fc5439f370769f.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r88960.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 effbfc5..d3736ff 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__ 20041012 +#define __GLIBCXX__ 20041013 // Allow use of "export template." This is currently not a feature // that g++ supports. |