summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2004-07-08 03:59:33 (GMT)
committerFred Drake <fdrake@acm.org>2004-07-08 03:59:33 (GMT)
commit0e43db5baa9e1181bfd57accfec8252b049f20dc (patch)
treea8b3e4b904918133920eae0bc4bcbc107a0e96ef /Include
parent63a0191c8af880be4bc45ec4147de74b74df10cc (diff)
downloadcpython-0e43db5baa9e1181bfd57accfec8252b049f20dc.zip
cpython-0e43db5baa9e1181bfd57accfec8252b049f20dc.tar.gz
cpython-0e43db5baa9e1181bfd57accfec8252b049f20dc.tar.bz2
bump the version number for 2.4a1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index afc9c7e..4e9358c 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,10 +23,10 @@
#define PY_MINOR_VERSION 4
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 0
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.4a0"
+#define PY_VERSION "2.4a1"
/* 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 >= ... */