diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-28 00:16:25 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-28 00:16:25 +0000 |
commit | 69b7944b0dc051434b07f7e5614c20ba3806bc64 (patch) | |
tree | 66cfcd0adc99d47998428ec2f2c282451eaab0f7 /libstdc++-v3 | |
parent | 0c1e33969b8f0fdae4f8abc392428071d2d23f0d (diff) | |
download | gcc-69b7944b0dc051434b07f7e5614c20ba3806bc64.zip gcc-69b7944b0dc051434b07f7e5614c20ba3806bc64.tar.gz gcc-69b7944b0dc051434b07f7e5614c20ba3806bc64.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r91403.2
Diffstat (limited to 'libstdc++-v3')
-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 8f6699a..c121ea2 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__ 20041127 +#define __GLIBCXX__ 20041128 // Allow use of "export template." This is currently not a feature // that g++ supports. |