summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2013-08-03 23:29:24 -0700
committerLarry Hastings <larry@hastings.org>2013-08-03 23:29:24 -0700
commitb53dbdf3d3337af05e17a8da729c64d588238aab (patch)
tree0a3719d2ab84bd7b7f87b12e56bf94e25fe06707 /Include/patchlevel.h
parent21e1d25fa314236a615bdce7baab12cf22d4f378 (diff)
downloadcpython-b53dbdf3d3337af05e17a8da729c64d588238aab.tar.gz
Cycled Misc/NEWS for alpha 2, touched patchlevel.
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 6866ff9a88..5cb0c75e76 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.4.0a1"
+#define PY_VERSION "3.4.0a1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.