diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-16 00:16:22 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-16 00:16:22 +0000 |
commit | 85e5c2cfa4d6169ce485f1621ec3ad322beb1bd6 (patch) | |
tree | 984b795fdcdf7cef0358c0ab569555602bf8b149 | |
parent | 15c3297f17949c68c4d92004d0b9541faf0c635e (diff) | |
download | gcc-85e5c2cfa4d6169ce485f1621ec3ad322beb1bd6.zip gcc-85e5c2cfa4d6169ce485f1621ec3ad322beb1bd6.tar.gz gcc-85e5c2cfa4d6169ce485f1621ec3ad322beb1bd6.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89127.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 d66b223..c8b1a9d 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__ 20041015 +#define __GLIBCXX__ 20041016 // Allow use of "export template." This is currently not a feature // that g++ supports. |