summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2006-03-22 04:00:19 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2006-03-22 04:00:19 (GMT)
commit88fd50038b2ddbcbb162a87387a78e6f208bc849 (patch)
tree7bebe2db6b362ffadc62f4939276d277276a5946
parent2f58855af4def36979b7c78f9a3d1d0c4b62aea1 (diff)
downloadcpython-88fd50038b2ddbcbb162a87387a78e6f208bc849.zip
cpython-88fd50038b2ddbcbb162a87387a78e6f208bc849.tar.gz
cpython-88fd50038b2ddbcbb162a87387a78e6f208bc849.tar.bz2
2.4.3c1 preparations
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 239d606..38874ef 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -21,12 +21,12 @@
/* 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 >= ... */