diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-14 00:16:29 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-14 00:16:29 +0000 |
commit | 599a049f76abea81f4e5534520529aa9f5fadf0d (patch) | |
tree | 8ece812d4271548a46b72f1eaba8cb7d27bb0238 | |
parent | 5dba7f2df32278531a8d60f4e9a42ae84acca27d (diff) | |
download | gcc-599a049f76abea81f4e5534520529aa9f5fadf0d.zip gcc-599a049f76abea81f4e5534520529aa9f5fadf0d.tar.gz gcc-599a049f76abea81f4e5534520529aa9f5fadf0d.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89019.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 d3736ff..3f7b2ae 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__ 20041013 +#define __GLIBCXX__ 20041014 // Allow use of "export template." This is currently not a feature // that g++ supports. |