summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-08 00:16:32 +0000
committergccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-08 00:16:32 +0000
commite7b07cb419d29b7411604cc93c317d3055f48c7b (patch)
treea75466b74ae2ef095eb7fdd737564e3bc3b17093
parent7ab4eccecf43aaa9a9603542d59293b3a580e164 (diff)
downloadgcc-e7b07cb419d29b7411604cc93c317d3055f48c7b.tar.gz
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_0-branch@121701 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 8ee7ece88bc..d0374a58bc0 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.