From: Tim Peters Date: Mon, 30 Jun 2003 02:14:28 +0000 (+0000) Subject: Bump version string to "2.3b2+". X-Git-Tag: v2.3c1~231 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b346096b656aa23e38edc88de60c3b6dbbaef898;p=thirdparty%2FPython%2Fcpython.git Bump version string to "2.3b2+". --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index db7e98eae2f5..a295f5eba2ec 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -26,7 +26,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "2.3b2" +#define PY_VERSION "2.3b2+" /* 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 >= ... */