]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Prepare for 2.2.3c1 (release candidate 1)
authorBarry Warsaw <barry@python.org>
Thu, 22 May 2003 14:44:31 +0000 (14:44 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 22 May 2003 14:44:31 +0000 (14:44 +0000)
Include/patchlevel.h

index 864a6e4a105ed341de6669785f7e7df76332b30a..cfd98f81bba519e77aa6b8f49b0781d25900bedd 100644 (file)
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       2
-#define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL      0
+#define PY_MICRO_VERSION       3
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL      1
 
 /* Version as a string */
-#define PY_VERSION             "2.2.2"
+#define PY_VERSION             "2.2.3c1"
 
 /* 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 >= ... */