diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-25 00:16:19 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-25 00:16:19 +0000 |
commit | 3953b22e753306e566430affbdacb1fe18f0cf2c (patch) | |
tree | 3d554fc47828a2d2eea4a074d9134bf07f270956 | |
parent | 933d6b39d644385b20be11ed1802f13669bccc9e (diff) | |
download | gcc-3953b22e753306e566430affbdacb1fe18f0cf2c.zip gcc-3953b22e753306e566430affbdacb1fe18f0cf2c.tar.gz gcc-3953b22e753306e566430affbdacb1fe18f0cf2c.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r83623.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 4d19805..98ca57f 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__ 20040624 +#define __GLIBCXX__ 20040625 // Allow use of "export template." This is currently not a feature // that g++ supports. |