From: Guido van Rossum Date: Wed, 8 Apr 1992 11:17:17 +0000 (+0000) Subject: change the date to say >= 6 Apr 1992 X-Git-Tag: v0.9.8~370 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9f5733a9294462222ceeda9bfd6b69b94bde39a;p=thirdparty%2FPython%2Fcpython.git change the date to say >= 6 Apr 1992 --- diff --git a/Modules/config.c.in b/Modules/config.c.in index 0f41af866b89..fdc8d2514cea 100644 --- a/Modules/config.c.in +++ b/Modules/config.c.in @@ -31,7 +31,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifdef __DATE__ #define DATE __DATE__ #else -#define DATE ">= 1 Jan 1992" +#define DATE ">= 6 Apr 1992" #endif #include