diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-10-19 07:16:27 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-10-19 07:16:27 +0000 |
commit | f08d20cd2e60786efcd115825ce9a06774b90f41 (patch) | |
tree | 77813ed0979e0686db1dade45cf5070196de6821 /libstdc++-v3 | |
parent | aa3340ba2aa8098f183c2b30f07c05023c0e657c (diff) | |
download | gcc-f08d20cd2e60786efcd115825ce9a06774b90f41.zip gcc-f08d20cd2e60786efcd115825ce9a06774b90f41.tar.gz gcc-f08d20cd2e60786efcd115825ce9a06774b90f41.tar.bz2 |
Daily bump.
From-SVN: r46344
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 685908e..99ec380 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__ 20011018 +#define __GLIBCPP__ 20011019 // This is necessary until GCC supports separate template // compilation. |