aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2007-02-11 00:16:33 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2007-02-11 00:16:33 +0000
commit8a0fa200228850328a705ec9bbb3535ef3d0df9c (patch)
tree3fbbd6ee31fba2360805802bb545ad94068b9e02
parentb0316d1650e565bf6bf582925d53c048a504995a (diff)
downloadgcc-8a0fa200228850328a705ec9bbb3535ef3d0df9c.zip
gcc-8a0fa200228850328a705ec9bbb3535ef3d0df9c.tar.gz
gcc-8a0fa200228850328a705ec9bbb3535ef3d0df9c.tar.bz2
Daily bump.
From-SVN: r121807
-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 2077121..41f2bc3 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__ 20070210
+#define __GLIBCXX__ 20070211
// Allow use of "export template." This is currently not a feature
// that g++ supports.