From: Tim Peters Date: Thu, 4 Apr 2002 21:47:49 +0000 (+0000) Subject: Update patch level and Windows build number for 2.2.1 final. X-Git-Tag: v2.2.1~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c9bcc0ca3c345bb1ccc62d45da02078a90c42d9;p=thirdparty%2FPython%2Fcpython.git Update patch level and Windows build number for 2.2.1 final. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 209e03d8c409..b3e309a6caa6 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,11 +22,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 2 #define PY_MICRO_VERSION 1 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.2.1c2" +#define PY_VERSION "2.2.1" /* 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 >= ... */ diff --git a/PCbuild/BUILDno.txt b/PCbuild/BUILDno.txt index 97d082c6496e..fea829986c4d 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,6 +33,8 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- + 34 2.2.1 (final) + 9-Apr-2002 33 2.2.1c2 26-Mar-2002 32 2.2.1c1