From: Tim Peters Date: Thu, 14 Mar 2002 22:43:45 +0000 (+0000) Subject: Rename this build 2.2.1c1. X-Git-Tag: v2.2.1c1~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21c9324bcb8fe186af8549fe21b65876ef85ecb0;p=thirdparty%2FPython%2Fcpython.git Rename this build 2.2.1c1. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 8620ed4b5315..7a9f8d86a069 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_ALPHA +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.2.1a1" +#define PY_VERSION "2.2.1c1" /* 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 54ab83bbc13c..db423ee21fe3 100644 --- a/PCbuild/BUILDno.txt +++ b/PCbuild/BUILDno.txt @@ -33,7 +33,7 @@ How to change the Windows build number: Windows Python BUILD numbers ---------------------------- - 32 2.2.1a1 + 32 2.2.1c1 "Soon" 28 2.2 final 21-Dec-2001