diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-12-02 00:16:19 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-12-02 00:16:19 +0000 |
commit | 2cf034d2a8eaa20293480b8b7fef638e16b4f185 (patch) | |
tree | c7dd867fcd87a9bedfc2cb2148962d0b2b74179c | |
parent | 2bfb59df88e2ed6d424ec7de586c83f4a19de5c9 (diff) | |
download | gcc-2cf034d2a8eaa20293480b8b7fef638e16b4f185.zip gcc-2cf034d2a8eaa20293480b8b7fef638e16b4f185.tar.gz gcc-2cf034d2a8eaa20293480b8b7fef638e16b4f185.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91599.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 79deadc..2b9964c 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__ 20041201 +#define __GLIBCXX__ 20041202 // Allow use of "export template." This is currently not a feature // that g++ supports. |