diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-21 00:16:17 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-21 00:16:17 +0000 |
commit | 851c3561374a3320232bff7fa1c455c6facfafab (patch) | |
tree | 496e081f653ab37ac60e43f2e4f7d4f0102eab03 | |
parent | ede2549713c5257e1548d8c272a7f5ec209d6ab5 (diff) | |
download | gcc-851c3561374a3320232bff7fa1c455c6facfafab.zip gcc-851c3561374a3320232bff7fa1c455c6facfafab.tar.gz gcc-851c3561374a3320232bff7fa1c455c6facfafab.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89354.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 64c17f6..2f3d81b 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__ 20041020 +#define __GLIBCXX__ 20041021 // Allow use of "export template." This is currently not a feature // that g++ supports. |