summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-03-02 19:33:40 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-03-02 19:33:40 (GMT)
commitae1c290a0576c4203fbaae8b32b6e16b6f3df95a (patch)
tree8f6416511fcf273748b92eb795443effe45b7b7c /Include/patchlevel.h
parentc8ed4ff565d527dfb4449a9a8473c0f8424a071f (diff)
downloadcpython-2.4.5c1.zip
cpython-2.4.5c1.tar.gz
cpython-2.4.5c1.tar.bz2
Prepare for 2.4.5c1v2.4.5c1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index e169e52..3cd2a0b 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 4
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 5
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.4.4"
+#define PY_VERSION "2.4.5c1"
/* 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 >= ... */