diff options
author | Guido van Rossum <guido@python.org> | 1998-04-10 18:08:06 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-10 18:08:06 (GMT) |
commit | c9ea7572e97c959ef01c486d7f97da89c60f5db9 (patch) | |
tree | 38d31deb7842e2f50df549141d75243ff686f071 /Include/patchlevel.h | |
parent | 4d856ee652e76b6b8cdba5ae624e226ac03065d7 (diff) | |
download | cpython-c9ea7572e97c959ef01c486d7f97da89c60f5db9.zip cpython-c9ea7572e97c959ef01c486d7f97da89c60f5db9.tar.gz cpython-c9ea7572e97c959ef01c486d7f97da89c60f5db9.tar.bz2 |
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.)
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index ce4ea1b..d6054c4 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL "1.5" +#define PATCHLEVEL "1.5.1" |