diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-11-29 01:40:31 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-11-29 01:40:31 (GMT) |
commit | e48bad7a24d5bc6cd1677d94ac669009d561744a (patch) | |
tree | 1d93a152c2ec2046af687182b9f1fd04df102878 /Include | |
parent | 99b7d6445c96c152377d12f14c9af867025df151 (diff) | |
download | cpython-e48bad7a24d5bc6cd1677d94ac669009d561744a.zip cpython-e48bad7a24d5bc6cd1677d94ac669009d561744a.tar.gz cpython-e48bad7a24d5bc6cd1677d94ac669009d561744a.tar.bz2 |
preparing for 2.4 final (wooooooo!)
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 9cccf5f..65f24c4 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 0 -#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.4c1" +#define PY_VERSION "2.4" /* 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 >= ... */ |