diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-07 00:16:18 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-07 00:16:18 +0000 |
commit | d5d9e59836ca2c73414a421e9d2fe6c9dc1a1d7c (patch) | |
tree | d38d8d654ce1cc0980d9af86df6811248cea3532 | |
parent | 476782f316ba3032bd02efd9eec3e2635b2f2989 (diff) | |
download | gcc-d5d9e59836ca2c73414a421e9d2fe6c9dc1a1d7c.zip gcc-d5d9e59836ca2c73414a421e9d2fe6c9dc1a1d7c.tar.gz gcc-d5d9e59836ca2c73414a421e9d2fe6c9dc1a1d7c.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90213.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 3c7ea1d..2cdb4cb 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__ 20041106 +#define __GLIBCXX__ 20041107 // Allow use of "export template." This is currently not a feature // that g++ supports. |