From: Guido van Rossum Date: Tue, 8 Oct 2002 01:04:34 +0000 (+0000) Subject: Upgrade the version *string* by adding a '+'. This marks the first X-Git-Tag: v2.2.2~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e382ca1b2c36c6fbdd26c9cf98e2764b43873ec;p=thirdparty%2FPython%2Fcpython.git Upgrade the version *string* by adding a '+'. This marks the first checkin since 2.2.2b1 was released. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 34fd530eb958..bfadf8a0f5b4 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.2b1" +#define PY_VERSION "2.2.2b1+" /* 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 >= ... */