diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-11 17:59:53 (GMT) |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-11 17:59:53 (GMT) |
| commit | 50d55ff8c73f484708225d492a2167b82c8c8bb8 (patch) | |
| tree | fbd190bbfe061f76be80bf37e4091bfec61dfc43 /Include | |
| parent | d487aa11ed64d0b8c6e397f5fae73e30b25b818c (diff) | |
| download | cpython-2.4.5.zip cpython-2.4.5.tar.gz cpython-2.4.5.tar.bz2 | |
Prepare for 2.4.5v2.4.5
Diffstat (limited to 'Include')
| -rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 3cd2a0b..f148c01 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,11 +22,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 4 #define PY_MICRO_VERSION 5 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.4.5c1" +#define PY_VERSION "2.4.5" /* 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 >= ... */ |
