diff options
author | Guido van Rossum <guido@python.org> | 1997-07-19 23:46:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-19 23:46:59 (GMT) |
commit | 766118525adee39af4e009e765ee1364df956964 (patch) | |
tree | 7dd5aa2fccd3e7c5f7dd02b9cd56129ee3e66327 /Include | |
parent | 661aebcbde12a6138e6b0d0ef63fa3645dcb5ee4 (diff) | |
download | cpython-766118525adee39af4e009e765ee1364df956964.zip cpython-766118525adee39af4e009e765ee1364df956964.tar.gz cpython-766118525adee39af4e009e765ee1364df956964.tar.bz2 |
Changed the patch level to 1.5a3, to avoid confusion with a2 (I'm not
ready for a release yet).
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 460a27f..311fd88 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -1 +1 @@ -#define PATCHLEVEL "1.5a2" +#define PATCHLEVEL "1.5a3" |