diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-26 00:16:17 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-26 00:16:17 +0000 |
commit | 595961fccbefdeb23a17856f78026f7b15efb67b (patch) | |
tree | 19fe8fd7901df66c6406ce4ec2ee128b6090dda3 | |
parent | c6250757fc4511648df2dc52338b12bc73df6423 (diff) | |
download | gcc-595961fccbefdeb23a17856f78026f7b15efb67b.zip gcc-595961fccbefdeb23a17856f78026f7b15efb67b.tar.gz gcc-595961fccbefdeb23a17856f78026f7b15efb67b.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89567.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 6bbaeec..09a16bc 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__ 20041025 +#define __GLIBCXX__ 20041026 // Allow use of "export template." This is currently not a feature // that g++ supports. |