From 2e382ca1b2c36c6fbdd26c9cf98e2764b43873ec Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 8 Oct 2002 01:04:34 +0000 Subject: [PATCH] Upgrade the version *string* by adding a '+'. This marks the first checkin since 2.2.2b1 was released. --- Include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 >= ... */ -- 2.47.3