diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-09 00:16:16 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-09 00:16:16 +0000 |
commit | 03febbee849aff83a570f223ad9a3f2425ac3177 (patch) | |
tree | a10c36ac07fc437c51f4614a797124e29d8d37c2 | |
parent | e9dc0db773f588f61906922675f36fb5bb128967 (diff) | |
download | gcc-03febbee849aff83a570f223ad9a3f2425ac3177.zip gcc-03febbee849aff83a570f223ad9a3f2425ac3177.tar.gz gcc-03febbee849aff83a570f223ad9a3f2425ac3177.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r82802.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 130f117..cd90e4a 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__ 20040608 +#define __GLIBCXX__ 20040609 // Allow use of "export template." This is currently not a feature // that g++ supports. |