aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2007-02-06 00:16:29 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2007-02-06 00:16:29 +0000
commit025274132b529a50736f1e39c0e1bc303467cff7 (patch)
treeacf22dcdffa4357838e701b2921b9cdaca5a16c3
parent6e62f69b62f5c67267b86e2d5ee2f5247766519e (diff)
downloadgcc-025274132b529a50736f1e39c0e1bc303467cff7.zip
gcc-025274132b529a50736f1e39c0e1bc303467cff7.tar.gz
gcc-025274132b529a50736f1e39c0e1bc303467cff7.tar.bz2
Daily bump.
From-SVN: r121626
-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 b328e1c..3b79557 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__ 20070205
+#define __GLIBCXX__ 20070206
// Allow use of "export template." This is currently not a feature
// that g++ supports.