diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-19 00:16:31 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-19 00:16:31 +0000 |
commit | fda7c51555320b6adab4b8873aa6a4e74657a9f1 (patch) | |
tree | 626ac84adb175455d4c504934090ccb4c3f1d5f7 | |
parent | 713d81a4e4bc33bbbafd12dd98730defab1428e9 (diff) | |
download | gcc-fda7c51555320b6adab4b8873aa6a4e74657a9f1.zip gcc-fda7c51555320b6adab4b8873aa6a4e74657a9f1.tar.gz gcc-fda7c51555320b6adab4b8873aa6a4e74657a9f1.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90889.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 3a5d5d7..eb6eaf3 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__ 20041118 +#define __GLIBCXX__ 20041119 // Allow use of "export template." This is currently not a feature // that g++ supports. |