diff options
-rw-r--r-- | Include/patchlevel.h | 4 | ||||
-rw-r--r-- | 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 |