diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-16 00:16:23 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-16 00:16:23 +0000 |
commit | 04754158882be79e8008b65110e962ddb652d215 (patch) | |
tree | 29bd9890d814021c5c8afd394c93c9b4e2172c12 | |
parent | 8b5e75636ed46e5f3297e82a14d0bd1a1102cbba (diff) | |
download | gcc-04754158882be79e8008b65110e962ddb652d215.zip gcc-04754158882be79e8008b65110e962ddb652d215.tar.gz gcc-04754158882be79e8008b65110e962ddb652d215.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90707.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 2c4f4cd..1016cff 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__ 20041115 +#define __GLIBCXX__ 20041116 // Allow use of "export template." This is currently not a feature // that g++ supports. |