aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2007-02-05 00:16:32 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2007-02-05 00:16:32 +0000
commit6e62f69b62f5c67267b86e2d5ee2f5247766519e (patch)
tree0365bbd79c3f625dcca265ca0bced8b1e733b9ec
parenta5134b9d4285c8d418b59ca60a02f4a7c1961ac1 (diff)
downloadgcc-6e62f69b62f5c67267b86e2d5ee2f5247766519e.zip
gcc-6e62f69b62f5c67267b86e2d5ee2f5247766519e.tar.gz
gcc-6e62f69b62f5c67267b86e2d5ee2f5247766519e.tar.bz2
Daily bump.
From-SVN: r121585
-rw-r--r--libstdc++-v3/include/bits/c++config2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config
index a450704..b328e1c 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__ 20070204
+#define __GLIBCXX__ 20070205
// Allow use of "export template." This is currently not a feature
// that g++ supports.