]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
2.4.3c1 preparations
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 22 Mar 2006 04:00:19 +0000 (04:00 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 22 Mar 2006 04:00:19 +0000 (04:00 +0000)
Include/patchlevel.h

index 239d6067c74cc5a5d6efe7954674dc5146da72f7..38874ef236cb7663bdb4621fb97fc20630350ffa 100644 (file)
 /* Version parsed out into numeric values */
 #define PY_MAJOR_VERSION       2
 #define PY_MINOR_VERSION       4
-#define PY_MICRO_VERSION       2
-#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_FINAL
+#define PY_MICRO_VERSION       3
+#define PY_RELEASE_LEVEL       PY_RELEASE_LEVEL_GAMMA
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "2.4.2"
+#define PY_VERSION             "2.4.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 >= ... */