diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-21 00:16:16 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-21 00:16:16 +0000 |
commit | 6687b0fc2ac79ef97524f859d39d165f98578a5a (patch) | |
tree | b14153319b53b231eeb5f51035c502101bcf1525 /libstdc++-v3 | |
parent | a763177b7ba8e9fc96b5821499f464bc5c30267b (diff) | |
download | gcc-6687b0fc2ac79ef97524f859d39d165f98578a5a.zip gcc-6687b0fc2ac79ef97524f859d39d165f98578a5a.tar.gz gcc-6687b0fc2ac79ef97524f859d39d165f98578a5a.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r83423.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 d6f782c..f65d106 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__ 20040620 +#define __GLIBCXX__ 20040621 // Allow use of "export template." This is currently not a feature // that g++ supports. |