summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-14 00:16:39 +0000
committergccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-14 00:16:39 +0000
commit43dcf7d61df7bed17976e47faf1bcd836cbea3c0 (patch)
treead0c544f97b48902d1cd4bba17179ef5d0099c0a
parent633eab7ce50ba5cd6fda2c9cdf4851ac12c22ec0 (diff)
downloadgcc-43dcf7d61df7bed17976e47faf1bcd836cbea3c0.tar.gz
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_0-branch@121897 138bc75d-0d04-0410-961f-82ee72b054a4
-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 fd7f85c8b5f..82a2c3f5aa2 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__ 20070213
+#define __GLIBCXX__ 20070214
// Allow use of "export template." This is currently not a feature
// that g++ supports.