summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorAnthony Baxter <anthonybaxter@gmail.com>2004-07-09 07:19:21 (GMT)
committerAnthony Baxter <anthonybaxter@gmail.com>2004-07-09 07:19:21 (GMT)
commit7732ccb07cb4ed02790a3f2211e1aa12abac3f42 (patch)
treefd773d848fce90f030da2e5d70b6aefc8103c390 /Include
parent97c9208c6cbbdc2e3add54339b55f82e276dee04 (diff)
downloadcpython-7732ccb07cb4ed02790a3f2211e1aa12abac3f42.zip
cpython-7732ccb07cb4ed02790a3f2211e1aa12abac3f42.tar.gz
cpython-7732ccb07cb4ed02790a3f2211e1aa12abac3f42.tar.bz2
post-release fun
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 4e9358c..3a17df4 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -26,7 +26,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "2.4a1"
+#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 >= ... */