diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-09-26 07:34:41 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-09-26 07:34:41 +0000 |
commit | 45899a7481083e4079db349e8601a680f1e3ea57 (patch) | |
tree | ef743c83ff169806fc5e14a463f7ddad5fe5217c /libstdc++-v3/include | |
parent | 4c1805d702fd13a1476cc6f50d9c60b5d103f696 (diff) | |
download | gcc-45899a7481083e4079db349e8601a680f1e3ea57.zip gcc-45899a7481083e4079db349e8601a680f1e3ea57.tar.gz gcc-45899a7481083e4079db349e8601a680f1e3ea57.tar.bz2 |
Daily bump.
From-SVN: r45820
Diffstat (limited to 'libstdc++-v3/include')
-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 06bad1b..a0ff5ba 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__ 20010925 +#define __GLIBCPP__ 20010926 // This is necessary until GCC supports separate template // compilation. |