]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
tweak version numbers - 2.1.2c1, release candidate.
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 10 Jan 2002 16:25:57 +0000 (16:25 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 10 Jan 2002 16:25:57 +0000 (16:25 +0000)
Include/patchlevel.h
Misc/NEWS

index 675cba2a5b31475b319f3b147047c3669394d634..20115fab5bbdc6b03978c51aab170c5d121ff609 100644 (file)
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       1
 #define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.1.2"
+#define PY_VERSION             "2.1.2c1"
 
 /* Historic */
-#define PATCHLEVEL             "2.1.2"
+#define PATCHLEVEL             "2.1.2c1"
 
 /* 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 6443f625e5d63100bdc67210e8abc6a1425d6e53..e1b5b976e1b7bf59c4e1f9c083593e25ba65b40d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-What's New in Python 2.1.2 (final) ?
+What's New in Python 2.1.2 (rc1) ?
 ==============================
 
 - The socket object gained a new method, 'sendall()'. This method