diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-01-16 08:16:13 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2002-01-16 08:16:13 +0000 |
commit | 4a8a99695bae23fe3d2e1f12ecd836f6ce947f9e (patch) | |
tree | e8584a294fa7be707636caa504e3913b19c2469d /libstdc++-v3 | |
parent | def9746c1382cf005fed7a99ac2d4f00277e363a (diff) | |
download | gcc-4a8a99695bae23fe3d2e1f12ecd836f6ce947f9e.zip gcc-4a8a99695bae23fe3d2e1f12ecd836f6ce947f9e.tar.gz gcc-4a8a99695bae23fe3d2e1f12ecd836f6ce947f9e.tar.bz2 |
Daily bump.
From-SVN: r48903
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 14f2db8..0e99535 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__ 20020115 +#define __GLIBCPP__ 20020116 // This is necessary until GCC supports separate template // compilation. |