diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-09-24 07:16:50 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2001-09-24 07:16:50 +0000 |
commit | d8c2a81063f509cb7e428827993c3063f9601b9a (patch) | |
tree | 1c789a2206c4a0039c63eb6e714e2a5f16ea2831 /libstdc++-v3 | |
parent | 4f7279ab3ef8e5ac64f2c8d45889196cf29d0d2a (diff) | |
download | gcc-d8c2a81063f509cb7e428827993c3063f9601b9a.zip gcc-d8c2a81063f509cb7e428827993c3063f9601b9a.tar.gz gcc-d8c2a81063f509cb7e428827993c3063f9601b9a.tar.bz2 |
Daily bump.
From-SVN: r45767
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 7643d9c..6966852 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__ 20010923 +#define __GLIBCPP__ 20010924 // This is necessary until GCC supports separate template // compilation. |