diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-20 00:16:27 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-20 00:16:27 +0000 |
commit | 633ce8953a159a0e3a0b34882e5cc8093cb346b1 (patch) | |
tree | 8f8407aebcaaa8c21fda02f59605f2ffe4dba8ba | |
parent | 383068d029006f6cd1101b93979c2d11aca91600 (diff) | |
download | gcc-633ce8953a159a0e3a0b34882e5cc8093cb346b1.tar.gz |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90946.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 eb6eaf3e15a..6672206d742 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__ 20041119 +#define __GLIBCXX__ 20041120 // Allow use of "export template." This is currently not a feature // that g++ supports. |