diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-08 00:16:15 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-08 00:16:15 +0000 |
commit | 1a89f1b5060e65f701f8b5deb29d99d50a4fe994 (patch) | |
tree | eddd878732283b75043aacccc0038cc4605000f5 | |
parent | c167992a3c8c01023583dd6c43d4f345919ef27c (diff) | |
download | gcc-1a89f1b5060e65f701f8b5deb29d99d50a4fe994.zip gcc-1a89f1b5060e65f701f8b5deb29d99d50a4fe994.tar.gz gcc-1a89f1b5060e65f701f8b5deb29d99d50a4fe994.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90249.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 2cdb4cb..1dd5800 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__ 20041107 +#define __GLIBCXX__ 20041108 // Allow use of "export template." This is currently not a feature // that g++ supports. |