From: Anthony Baxter Date: Mon, 3 Apr 2006 17:54:50 +0000 (+0000) Subject: post 2.4.3. X-Git-Tag: v2.4.4c1~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=732fae185b9f26dc31f236135d276ca6f67e4b02;p=thirdparty%2FPython%2Fcpython.git post 2.4.3. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 34536571c1b2..a53f21b9752d 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 3 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_MICRO_VERSION 4 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.4.3" +#define PY_VERSION "2.4.4c0" /* 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 >= ... */