summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-22 00:16:30 +0000
committergccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4>2007-02-22 00:16:30 +0000
commit5c2902374e3eb450282073b70641e6fff77f017c (patch)
tree401fb2f01b4465069db3fa96071f62c17e5c513f
parent67f1ac9b8e11d2df0291c25ba528507af331a8e2 (diff)
downloadgcc-5c2902374e3eb450282073b70641e6fff77f017c.tar.gz
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_0-branch@122212 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 e51598d313b..54d3cf36b58 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__ 20070221
+#define __GLIBCXX__ 20070222
// Allow use of "export template." This is currently not a feature
// that g++ supports.