]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump release version to 2.2.2 -- the final release is imminent.
authorGuido van Rossum <guido@python.org>
Mon, 14 Oct 2002 12:25:20 +0000 (12:25 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 14 Oct 2002 12:25:20 +0000 (12:25 +0000)
Include/patchlevel.h

index bfadf8a0f5b40b64ba01fd260ac5a5ce55288b05..864a6e4a105ed341de6669785f7e7df76332b30a 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       2
 #define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL      1
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.2.2b1+"
+#define PY_VERSION             "2.2.2"
 
 /* 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 >= ... */