From: Guido van Rossum Date: Fri, 10 Apr 1998 18:08:06 +0000 (+0000) Subject: Set the patch level to 1.5.1. (I'm not going to release this as a X-Git-Tag: v1.5.1~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c9ea7572e97c959ef01c486d7f97da89c60f5db9;p=thirdparty%2FPython%2Fcpython.git Set the patch level to 1.5.1. (I'm not going to release this as a beta -- if there are bugs, I'll post a patch page and release 1.5.2 sooner.) --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index ce4ea1b25c4f..d6054c4eaefc 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL "1.5" +#define PATCHLEVEL "1.5.1"