From: Barry Warsaw Date: Fri, 23 May 2003 03:37:11 +0000 (+0000) Subject: Bumping PY_VERSION X-Git-Tag: v2.2.3~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e47b01f969299ee94c6e37e1d249335cb4ed134c;p=thirdparty%2FPython%2Fcpython.git Bumping PY_VERSION --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index cfd98f81bba5..82873c43728e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -26,7 +26,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.2.3c1" +#define PY_VERSION "2.2.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 >= ... */