diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-07 07:16:12 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-07 07:16:12 +0000 |
commit | 1a4a0e9c88df49f209cce17ae018d88ea71a0dfd (patch) | |
tree | 96b7ff04949b9b7a086dac3d5ab3e81f43b58c71 /libstdc++-v3 | |
parent | 8d27e47208b2fba3fbce00fcf599389fd6a9b392 (diff) | |
download | gcc-1a4a0e9c88df49f209cce17ae018d88ea71a0dfd.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46053 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-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 9668c48d3cc..ead06b286a3 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -36,7 +36,7 @@ #include <bits/limits.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20011006 +#define __GLIBCPP__ 20011007 // This is necessary until GCC supports separate template // compilation. |