From: GCC Administrator Date: Thu, 3 Oct 2002 07:17:09 +0000 (+0000) Subject: Daily bump. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3eacc81d00aa85d20a95069177f608edb4f8104c;p=gcc.git Daily bump. From-SVN: r57771 --- diff --git a/gcc/version.c b/gcc/version.c index 19b435ec1e3..3fc285a3fa1 100644 --- a/gcc/version.c +++ b/gcc/version.c @@ -1,4 +1,4 @@ #include "ansidecl.h" #include "version.h" -const char version_string[] = "3.3 20021002 (experimental)"; +const char version_string[] = "3.3 20021003 (experimental)"; diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index fe056163a9e..3e8214e7228 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -34,7 +34,7 @@ #include // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20021002 +#define __GLIBCPP__ 20021003 // This is necessary until GCC supports separate template // compilation.