]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump release to 2.2.1c2.
authorTim Peters <tim.peters@gmail.com>
Mon, 25 Mar 2002 19:28:43 +0000 (19:28 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 25 Mar 2002 19:28:43 +0000 (19:28 +0000)
Include/patchlevel.h

index 7a9f8d86a069af0ba856e24b5fccdea2ffdaffc1..209e03d8c409bbfdb5487e440c8e353486489c66 100644 (file)
 #define PY_MINOR_VERSION       2
 #define PY_MICRO_VERSION       1
 #define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_SERIAL      2
 
 /* Version as a string */
-#define PY_VERSION             "2.2.1c1"
+#define PY_VERSION             "2.2.1c2"
 
 /* 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 >= ... */