summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-10-14 05:07:17 (GMT)
committerFred Drake <fdrake@acm.org>2004-10-14 05:07:17 (GMT)
commit78f58abea7c1b90499a965634488c525b73adba8 (patch)
tree6f34407ce1c11bfc1e1546b92dec407a112165b7 /Include
parent1dbf2434d57566f831122b781d90c67536552548 (diff)
downloadcpython-78f58abea7c1b90499a965634488c525b73adba8.zip
cpython-78f58abea7c1b90499a965634488c525b73adba8.tar.gz
cpython-78f58abea7c1b90499a965634488c525b73adba8.tar.bz2
bump the version number prior to release
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 1953195..2a2a839 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 3
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.4a3"
+#define PY_VERSION "2.4b1"
/* 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 >= ... */