diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-20 00:16:36 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-02-20 00:16:36 +0000 |
commit | 686084d359f13e84c028916b5fbd1c008d489834 (patch) | |
tree | c991d106734044d7cff6ae86da40ca6e42bbb720 | |
parent | 55bb1bcd9ee788a7177ae2563327a8c5beb06582 (diff) | |
download | gcc-686084d359f13e84c028916b5fbd1c008d489834.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_0-branch@122143 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | libstdc++-v3/include/bits/c++config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 81e81727285..899eacef7e0 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__ 20070219 +#define __GLIBCXX__ 20070220 // Allow use of "export template." This is currently not a feature // that g++ supports. |