diff options
author | Guido van Rossum <guido@python.org> | 1997-12-10 05:51:13 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-10 05:51:13 (GMT) |
commit | d5559576c93f33dc76dcd1dce84e79ccc2e261a8 (patch) | |
tree | 16837a6761c49720d6266093f7f3b34821dac80a | |
parent | 4fdd1fafb2346e315009183e33c01f6fc42862be (diff) | |
download | cpython-d5559576c93f33dc76dcd1dce84e79ccc2e261a8.zip cpython-d5559576c93f33dc76dcd1dce84e79ccc2e261a8.tar.gz cpython-d5559576c93f33dc76dcd1dce84e79ccc2e261a8.tar.bz2 |
Start calling it 1.5b2
-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 41e400a..a9fe70a 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL "1.5b1" +#define PATCHLEVEL "1.5b2" |