diff options
author | Barry Warsaw <barry@python.org> | 2001-09-07 18:23:30 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-09-07 18:23:30 (GMT) |
commit | 317e9f5ef11a5fef1c9d6cd1abf0f4ef32431cbc (patch) | |
tree | f621ac687120ca97f15f24acdc13193f2b8b253a /Include | |
parent | b5b786505eafd7eb6e152ecc268e14bb08f400e4 (diff) | |
download | cpython-317e9f5ef11a5fef1c9d6cd1abf0f4ef32431cbc.zip cpython-317e9f5ef11a5fef1c9d6cd1abf0f4ef32431cbc.tar.gz cpython-317e9f5ef11a5fef1c9d6cd1abf0f4ef32431cbc.tar.bz2 |
Bumping version numbers.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 2c3b5dd..4a25e3c 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,10 +23,10 @@ #define PY_MINOR_VERSION 2 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "2.2a2+" +#define PY_VERSION "2.2a3+" /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. Use this for numeric comparisons, e.g. #if PY_VERSION_HEX >= ... */ |