diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-05 00:16:26 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-05 00:16:26 +0000 |
commit | b1a1ed7f649849226a6dd64cb76a532b2ecf7007 (patch) | |
tree | f821b9f4cb758757f22e09deb3475c718948ba20 | |
parent | e5d4c86630023ba99a9a3500786facbc21fae279 (diff) | |
download | gcc-b1a1ed7f649849226a6dd64cb76a532b2ecf7007.zip gcc-b1a1ed7f649849226a6dd64cb76a532b2ecf7007.tar.gz gcc-b1a1ed7f649849226a6dd64cb76a532b2ecf7007.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r88537.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 5dce58c..9c7404f 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__ 20041004 +#define __GLIBCXX__ 20041005 // Allow use of "export template." This is currently not a feature // that g++ supports. |