diff options
author | Guido van Rossum <guido@python.org> | 1997-09-08 02:17:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-09-08 02:17:31 (GMT) |
commit | 7ca65abb2f9185056dfaa0f23f0274b1ded49375 (patch) | |
tree | 2cafd2594b30114ba8bd3dbfcdc5ef5ed01dfc0d /Include | |
parent | 10499324cf8e91e1f1775e594ccdd034f9026987 (diff) | |
download | cpython-7ca65abb2f9185056dfaa0f23f0274b1ded49375.zip cpython-7ca65abb2f9185056dfaa0f23f0274b1ded49375.tar.gz cpython-7ca65abb2f9185056dfaa0f23f0274b1ded49375.tar.bz2 |
Set it to 1.5a4, now we have dotted-name import...
Diffstat (limited to 'Include')
-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 311fd88..97b767a 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL "1.5a3" +#define PATCHLEVEL "1.5a4" |