From 1c9bcc0ca3c345bb1ccc62d45da02078a90c42d9 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 4 Apr 2002 21:47:49 +0000 Subject: Update patch level and Windows build number for 2.2.1 final. --- Include/patchlevel.h | 6 +++--- PCbuild/BUILDno.txt | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 209e03d..b3e309a 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 97d082c..fea8299 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 -- cgit v0.12