From: Anthony Baxter Date: Sat, 4 Oct 2003 02:53:10 +0000 (+0000) Subject: post-release. was going to hold off til Jack got a chance to decide on X-Git-Tag: v2.3.3c1~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74e93eff2482b21821f0872fc96f06eb5744484f;p=thirdparty%2FPython%2Fcpython.git post-release. was going to hold off til Jack got a chance to decide on a Mac release, but given the checkins of the last 12 hours, a bit late. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 9c1edae7dd6d..cd4af95e3071 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -26,7 +26,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.3.2" +#define PY_VERSION "2.3.2+" /* 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 >= ... */