diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-09 00:16:17 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-10-09 00:16:17 +0000 |
commit | a5df984b5fa512505401a4563ccb266289087f79 (patch) | |
tree | 6441c172600153face3fc0ef44c94cb5af5fa9ea | |
parent | ed1375195515bac074a4c9468eef5886440be212 (diff) | |
download | gcc-a5df984b5fa512505401a4563ccb266289087f79.zip gcc-a5df984b5fa512505401a4563ccb266289087f79.tar.gz gcc-a5df984b5fa512505401a4563ccb266289087f79.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r88805.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 0a0950d..1bc6831 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__ 20041008 +#define __GLIBCXX__ 20041009 // Allow use of "export template." This is currently not a feature // that g++ supports. |