diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-17 00:16:16 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-17 00:16:16 +0000 |
commit | 902fd62cebfcdbf91caf2377cb0db0ae577cbbfd (patch) | |
tree | 83ee271e32cc8417dbd9975247040483ee985353 | |
parent | 71da1d1913a2fcc0d4e7226974be30ee43de3ae3 (diff) | |
download | gcc-902fd62cebfcdbf91caf2377cb0db0ae577cbbfd.zip gcc-902fd62cebfcdbf91caf2377cb0db0ae577cbbfd.tar.gz gcc-902fd62cebfcdbf91caf2377cb0db0ae577cbbfd.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r83278.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 a629057..4f0830a 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__ 20040616 +#define __GLIBCXX__ 20040617 // Allow use of "export template." This is currently not a feature // that g++ supports. |