diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-07-08 18:39:35 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-07-08 18:39:35 (GMT) |
commit | ae10c0653e5469e7f41f12cee35bfe653a389cbc (patch) | |
tree | c6d2cc1c1526e74e2ad54f4ae7445b858b5eb622 /Include | |
parent | cd9f1203a40ae1ecd5d29b95c7a733c3077861c6 (diff) | |
download | cpython-ae10c0653e5469e7f41f12cee35bfe653a389cbc.zip cpython-ae10c0653e5469e7f41f12cee35bfe653a389cbc.tar.gz cpython-ae10c0653e5469e7f41f12cee35bfe653a389cbc.tar.bz2 |
add patchlevel to version string
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 d68443e..4996e8e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.3a0" +#define PY_VERSION "3.3.0a0" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |