diff options
| author | Martin v. Löwis <martin@v.loewis.de> | 2008-03-11 18:00:08 (GMT) |
|---|---|---|
| committer | Martin v. Löwis <martin@v.loewis.de> | 2008-03-11 18:00:08 (GMT) |
| commit | b0f963526586ff8ed20d2d21624d4cfeef76bc5b (patch) | |
| tree | aaf4d9ce26a4984728bb11166662514818523c66 /Include/patchlevel.h | |
| parent | 06fa53232d0fc8f9a47bfaf8067df0739e80288e (diff) | |
| download | cpython-2.3.7.zip cpython-2.3.7.tar.gz cpython-2.3.7.tar.bz2 | |
Prepare for 2.3.7.v2.3.7
Diffstat (limited to 'Include/patchlevel.h')
| -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 629b1fa..26419d3 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,11 +22,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 3 #define PY_MICRO_VERSION 7 -#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.3.7c1" +#define PY_VERSION "2.3.7" /* 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 >= ... */ |
