From: Tim Peters Date: Mon, 25 Mar 2002 19:28:43 +0000 (+0000) Subject: Bump release to 2.2.1c2. X-Git-Tag: v2.2.1c2~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f92d72b9c5a2bb3a39443447f1ddaecf0745e72;p=thirdparty%2FPython%2Fcpython.git Bump release to 2.2.1c2. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 7a9f8d86a069..209e03d8c409 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,10 +23,10 @@ #define PY_MINOR_VERSION 2 #define PY_MICRO_VERSION 1 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "2.2.1c1" +#define PY_VERSION "2.2.1c2" /* 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 >= ... */