From: Anthony Baxter Date: Wed, 22 Mar 2006 04:00:19 +0000 (+0000) Subject: 2.4.3c1 preparations X-Git-Tag: v2.4.3c1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88fd50038b2ddbcbb162a87387a78e6f208bc849;p=thirdparty%2FPython%2Fcpython.git 2.4.3c1 preparations --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 239d6067c74c..38874ef236cb 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -21,12 +21,12 @@ /* Version parsed out into numeric values */ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 4 -#define PY_MICRO_VERSION 2 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_MICRO_VERSION 3 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.4.2" +#define PY_VERSION "2.4.3c1" /* 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 >= ... */