diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-10 00:16:14 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-10 00:16:14 +0000 |
commit | fb643d23f7fae28aa40eaacb0b23db038feece8e (patch) | |
tree | 553f367d1e4ae8460a5568c4fef18019401cb5e6 | |
parent | 5c24f1f570a75fa811479a131dc07c121a83e0e8 (diff) | |
download | gcc-fb643d23f7fae28aa40eaacb0b23db038feece8e.zip gcc-fb643d23f7fae28aa40eaacb0b23db038feece8e.tar.gz gcc-fb643d23f7fae28aa40eaacb0b23db038feece8e.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r88832.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 1bc6831..67b9e60 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__ 20041009 +#define __GLIBCXX__ 20041010 // Allow use of "export template." This is currently not a feature // that g++ supports. |