]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
set date to oct 13
authorGuido van Rossum <guido@python.org>
Thu, 12 Oct 1995 00:48:18 +0000 (00:48 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 12 Oct 1995 00:48:18 +0000 (00:48 +0000)
Python/getversion.c

index 07b0ead31bf6169cbdc0f160ae79f7a26970f336..caf5aaa0888231a66f8bafc454e6122858aefd62 100644 (file)
@@ -9,7 +9,7 @@
 #ifdef __DATE__
 #define DATE __DATE__
 #else
-#define DATE "August 1 1995"
+#define DATE "October 13 1995"
 #endif
 
 extern const char *getcompiler();