diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-29 00:16:20 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-29 00:16:20 +0000 |
commit | 1a8dfc45ba700bee3e8265e0b1936b209242a6a7 (patch) | |
tree | 7aaee811adc2d7968a0162e9805936a03ad4087f | |
parent | 40a6eb76a18e15d571f640eddaa40895e2c4f57d (diff) | |
download | gcc-1a8dfc45ba700bee3e8265e0b1936b209242a6a7.zip gcc-1a8dfc45ba700bee3e8265e0b1936b209242a6a7.tar.gz gcc-1a8dfc45ba700bee3e8265e0b1936b209242a6a7.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r89798.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 302dda6..ce2f8b0 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__ 20041028 +#define __GLIBCXX__ 20041029 // Allow use of "export template." This is currently not a feature // that g++ supports. |