diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-10 00:16:21 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-10 00:16:21 +0000 |
commit | df2ae6e216985a38155d389089b3f0b6d74e9aa4 (patch) | |
tree | abcdb2519bea38283b06256be52bbeb541edd880 | |
parent | 2c2ba7c12099bbe138f73944a1302115a2f3be3e (diff) | |
download | gcc-df2ae6e216985a38155d389089b3f0b6d74e9aa4.zip gcc-df2ae6e216985a38155d389089b3f0b6d74e9aa4.tar.gz gcc-df2ae6e216985a38155d389089b3f0b6d74e9aa4.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90377.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 fa08701..30fc3d7 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__ 20041109 +#define __GLIBCXX__ 20041110 // Allow use of "export template." This is currently not a feature // that g++ supports. |