diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-27 00:16:16 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-27 00:16:16 +0000 |
commit | 667e401793b82c86c680d21ad3f1cbcc08908aa6 (patch) | |
tree | 6c1495868bda9277e0ef0ad4ccf61ff28ed4533b | |
parent | 06611e17bf6755cddf4c2a6579255a7e637edb79 (diff) | |
download | gcc-667e401793b82c86c680d21ad3f1cbcc08908aa6.zip gcc-667e401793b82c86c680d21ad3f1cbcc08908aa6.tar.gz gcc-667e401793b82c86c680d21ad3f1cbcc08908aa6.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89618.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 09a16bc..8912a70 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__ 20041026 +#define __GLIBCXX__ 20041027 // Allow use of "export template." This is currently not a feature // that g++ supports. |