diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-03 00:16:21 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-11-03 00:16:21 +0000 |
commit | fc706639e88a5b87ad5c3f40e286a55612a04237 (patch) | |
tree | d8e9437b8f53b37f020460947a3ee8ead596027e | |
parent | 9bb776e64cfbd135ec477b4a18e9d9ca3c6abf65 (diff) | |
download | gcc-fc706639e88a5b87ad5c3f40e286a55612a04237.zip gcc-fc706639e88a5b87ad5c3f40e286a55612a04237.tar.gz gcc-fc706639e88a5b87ad5c3f40e286a55612a04237.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r90009.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 1569596..0c7b44c 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__ 20041102 +#define __GLIBCXX__ 20041103 // Allow use of "export template." This is currently not a feature // that g++ supports. |