From 21c9324bcb8fe186af8549fe21b65876ef85ecb0 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 14 Mar 2002 22:43:45 +0000 Subject: Rename this build 2.2.1c1. --- Include/patchlevel.h | 4 ++-- PCbuild/BUILDno.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 8620ed4..7a9f8d8 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 54ab83b..db423ee 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 -- cgit v0.12