]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Bump version to 2.1.2 final.
authorGuido van Rossum <guido@python.org>
Tue, 15 Jan 2002 22:19:12 +0000 (22:19 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Jan 2002 22:19:12 +0000 (22:19 +0000)
Include/patchlevel.h

index 20115fab5bbdc6b03978c51aab170c5d121ff609..675cba2a5b31475b319f3b147047c3669394d634 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       1
 #define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.1.2c1"
+#define PY_VERSION             "2.1.2"
 
 /* Historic */
-#define PATCHLEVEL             "2.1.2c1"
+#define PATCHLEVEL             "2.1.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 >= ... */