]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Rename this build 2.2.1c1.
authorTim Peters <tim.peters@gmail.com>
Thu, 14 Mar 2002 22:43:45 +0000 (22:43 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 14 Mar 2002 22:43:45 +0000 (22:43 +0000)
Include/patchlevel.h
PCbuild/BUILDno.txt

index 8620ed4b5315202dd13e341330a646b80deaddfb..7a9f8d86a069af0ba856e24b5fccdea2ffdaffc1 100644 (file)
 #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 >= ... */
index 54ab83bbc13c70b31a8afa5ac50c89e6c11e817a..db423ee21fe3a8edb154ed42a65f9f6418a4818c 100644 (file)
@@ -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