aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2007-02-13 00:16:38 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2007-02-13 00:16:38 +0000
commitbb49f876f5a2c7df146aa42316e6ee4b82d6948b (patch)
treecc0a501cebd5d74a876e55981f8a76164d40e940
parenta84faaad3af974bddb21f03160e65a3d462f518a (diff)
downloadgcc-bb49f876f5a2c7df146aa42316e6ee4b82d6948b.zip
gcc-bb49f876f5a2c7df146aa42316e6ee4b82d6948b.tar.gz
gcc-bb49f876f5a2c7df146aa42316e6ee4b82d6948b.tar.bz2
Daily bump.
From-SVN: r121870
-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 f98b993..fd7f85c 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__ 20070212
+#define __GLIBCXX__ 20070213
// Allow use of "export template." This is currently not a feature
// that g++ supports.