diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-10-22 07:18:17 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-10-22 07:18:17 +0000 |
commit | 8356429f83a580f9eb077e94a0982b495bfaa91f (patch) | |
tree | 32c1194b4fcc24b962cd9f65d0175c26136a4591 /libstdc++-v3 | |
parent | e9cf0934eae3ac77f0d008e9668b956c6862fbf8 (diff) | |
download | gcc-8356429f83a580f9eb077e94a0982b495bfaa91f.zip gcc-8356429f83a580f9eb077e94a0982b495bfaa91f.tar.gz gcc-8356429f83a580f9eb077e94a0982b495bfaa91f.tar.bz2 |
Daily bump.
From-SVN: r46403
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 19c2df4..a860981 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__ 20011021 +#define __GLIBCPP__ 20011022 // This is necessary until GCC supports separate template // compilation. |