diff options
author | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-12 07:41:11 +0000 |
---|---|---|
committer | gccadmin <gccadmin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-12 07:41:11 +0000 |
commit | d9e84fd20d56503ab80ce8de21d59b09e9b9d4ad (patch) | |
tree | 24c09422900f06267abdd8a7b582de24ff36bd7a /libstdc++-v3 | |
parent | d292784ce9f4120fdec89bff57c9b9daa58e679b (diff) | |
download | gcc-d9e84fd20d56503ab80ce8de21d59b09e9b9d4ad.tar.gz |
Daily bump.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46224 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 06b74d7aa03..42d6765ac89 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__ 20011011 +#define __GLIBCPP__ 20011012 // This is necessary until GCC supports separate template // compilation. |