diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-02-01 08:17:03 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-02-01 08:17:03 +0000 |
commit | 9b1856d6c8c54a1b4b7e3a312f46a76f6d89c3df (patch) | |
tree | 686009de7335cd289aba48d06cf7b8154c4bdc02 /libstdc++-v3 | |
parent | de0ed7b6c571368eac3883655e8c7f6dbfa1eada (diff) | |
download | gcc-9b1856d6c8c54a1b4b7e3a312f46a76f6d89c3df.zip gcc-9b1856d6c8c54a1b4b7e3a312f46a76f6d89c3df.tar.gz gcc-9b1856d6c8c54a1b4b7e3a312f46a76f6d89c3df.tar.bz2 |
Daily bump.
From-SVN: r49390
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 d9453cb..0318e2c 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -34,7 +34,7 @@ #include <bits/os_defines.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20020131 +#define __GLIBCPP__ 20020201 // This is necessary until GCC supports separate template // compilation. |