aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2007-02-07 00:16:35 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2007-02-07 00:16:35 +0000
commita21ccdc5d57744d13e0c92fb4cb4b4b1e5e6520f (patch)
tree1d56c6f5350f323abf51e639685307aecbc86220
parent025274132b529a50736f1e39c0e1bc303467cff7 (diff)
downloadgcc-a21ccdc5d57744d13e0c92fb4cb4b4b1e5e6520f.zip
gcc-a21ccdc5d57744d13e0c92fb4cb4b4b1e5e6520f.tar.gz
gcc-a21ccdc5d57744d13e0c92fb4cb4b4b1e5e6520f.tar.bz2
Daily bump.
From-SVN: r121673
-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 3b79557..8ee7ece 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__ 20070206
+#define __GLIBCXX__ 20070207
// Allow use of "export template." This is currently not a feature
// that g++ supports.