]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
change the date to say >= 6 Apr 1992
authorGuido van Rossum <guido@python.org>
Wed, 8 Apr 1992 11:17:17 +0000 (11:17 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 8 Apr 1992 11:17:17 +0000 (11:17 +0000)
Modules/config.c.in

index 0f41af866b892df5df763b3292fa8610addb9b8c..fdc8d2514cea745cded061b0d12952ab6c079594 100644 (file)
@@ -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 <stdio.h>