diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-10-03 07:16:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-10-03 07:16:10 +0000 |
commit | caa3f65c76d65b0ce068a93c29bab370b1d9422b (patch) | |
tree | 652e06e3c1624ba946193a9ec42d69312efc2d63 /libstdc++-v3 | |
parent | 4ffe74d94fe879c5e9ab4728ddb105ddbe58270b (diff) | |
download | gcc-caa3f65c76d65b0ce068a93c29bab370b1d9422b.zip gcc-caa3f65c76d65b0ce068a93c29bab370b1d9422b.tar.gz gcc-caa3f65c76d65b0ce068a93c29bab370b1d9422b.tar.bz2 |
Daily bump.
From-SVN: r45986
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 f3cd185..96f1e24 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__ 20011002 +#define __GLIBCPP__ 20011003 // This is necessary until GCC supports separate template // compilation. |