aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2007-02-08 00:16:32 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2007-02-08 00:16:32 +0000
commit7b416db0ff50e6f70db06027d23bda872c4c2b60 (patch)
treea75466b74ae2ef095eb7fdd737564e3bc3b17093
parenta21ccdc5d57744d13e0c92fb4cb4b4b1e5e6520f (diff)
downloadgcc-7b416db0ff50e6f70db06027d23bda872c4c2b60.zip
gcc-7b416db0ff50e6f70db06027d23bda872c4c2b60.tar.gz
gcc-7b416db0ff50e6f70db06027d23bda872c4c2b60.tar.bz2
Daily bump.
From-SVN: r121701
-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 8ee7ece..d0374a5 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__ 20070207
+#define __GLIBCXX__ 20070208
// Allow use of "export template." This is currently not a feature
// that g++ supports.