diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-07-04 00:16:13 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-07-04 00:16:13 +0000 |
commit | 61b35a3e46c5a3675de41ce9af72cb30a12e6594 (patch) | |
tree | 0e61c84cdf5d4287ad6d3bdd597c760b0717a9a2 | |
parent | d3a9712991bc720ee5e902d59409caf4a7ffc1bf (diff) | |
download | gcc-61b35a3e46c5a3675de41ce9af72cb30a12e6594.zip gcc-61b35a3e46c5a3675de41ce9af72cb30a12e6594.tar.gz gcc-61b35a3e46c5a3675de41ce9af72cb30a12e6594.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r84066.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 42877e7..616b6d5 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__ 20040703 +#define __GLIBCXX__ 20040704 // Allow use of "export template." This is currently not a feature // that g++ supports. |