diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-15 00:16:48 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-15 00:16:48 +0000 |
commit | 28233fb67d37e1686e6d7fe4a1ca66c372be6bb3 (patch) | |
tree | 13612be12d2539414ba8119accac5d81a33d536e | |
parent | 964630c97ebb9a5175ebe8d3d031e41c9dc42fb7 (diff) | |
download | gcc-28233fb67d37e1686e6d7fe4a1ca66c372be6bb3.zip gcc-28233fb67d37e1686e6d7fe4a1ca66c372be6bb3.tar.gz gcc-28233fb67d37e1686e6d7fe4a1ca66c372be6bb3.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89072.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 3f7b2ae..d66b223 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__ 20041014 +#define __GLIBCXX__ 20041015 // Allow use of "export template." This is currently not a feature // that g++ supports. |