diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-06 00:16:42 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-06 00:16:42 +0000 |
commit | bc54e9de0cb96964dc0be8da3ec929e4e615d0c1 (patch) | |
tree | 40210e71367fad8fcbd83c48c181b363d8b13cb8 | |
parent | ad8f8591e104152457ee87f31ba268eab26cd3be (diff) | |
download | gcc-bc54e9de0cb96964dc0be8da3ec929e4e615d0c1.zip gcc-bc54e9de0cb96964dc0be8da3ec929e4e615d0c1.tar.gz gcc-bc54e9de0cb96964dc0be8da3ec929e4e615d0c1.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90153.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 833493d..3c7ea1d 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__ 20041105 +#define __GLIBCXX__ 20041106 // Allow use of "export template." This is currently not a feature // that g++ supports. |