diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-26 00:17:34 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-26 00:17:34 +0000 |
commit | 0e60562abe8389976483f16432c90a2c8226db77 (patch) | |
tree | b9d3e3ded7dcb3614d97cdbf2e346838a80ff7cc | |
parent | d5d85eaf4e5a67a66d8ce797be8f1b973326c1dc (diff) | |
download | gcc-0e60562abe8389976483f16432c90a2c8226db77.zip gcc-0e60562abe8389976483f16432c90a2c8226db77.tar.gz gcc-0e60562abe8389976483f16432c90a2c8226db77.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r83695.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 98ca57f..d4a9db8 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__ 20040625 +#define __GLIBCXX__ 20040626 // Allow use of "export template." This is currently not a feature // that g++ supports. |