diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-18 00:16:16 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-18 00:16:16 +0000 |
commit | ed2e7facb5baeca99a77e2c4efecdb5518890c27 (patch) | |
tree | 4687bfa7372bccc82e3cdf8aaf7c2c363c37b57a | |
parent | d5935e0d5580b29969c68c84dda9d957882c8921 (diff) | |
download | gcc-ed2e7facb5baeca99a77e2c4efecdb5518890c27.zip gcc-ed2e7facb5baeca99a77e2c4efecdb5518890c27.tar.gz gcc-ed2e7facb5baeca99a77e2c4efecdb5518890c27.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r83327.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 4f0830a..80b07e6 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__ 20040617 +#define __GLIBCXX__ 20040618 // Allow use of "export template." This is currently not a feature // that g++ supports. |