aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2007-02-09 00:16:31 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2007-02-09 00:16:31 +0000
commit80b22fd845b31c3898ff20230d283cf1b68acb46 (patch)
treea030e7cb7f0a35f87d725633cb64c7fe28a25839
parent7b416db0ff50e6f70db06027d23bda872c4c2b60 (diff)
downloadgcc-80b22fd845b31c3898ff20230d283cf1b68acb46.zip
gcc-80b22fd845b31c3898ff20230d283cf1b68acb46.tar.gz
gcc-80b22fd845b31c3898ff20230d283cf1b68acb46.tar.bz2
Daily bump.
From-SVN: r121728
-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 d0374a5..40bcc6e 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__ 20070208
+#define __GLIBCXX__ 20070209
// Allow use of "export template." This is currently not a feature
// that g++ supports.