summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-03-30 08:56:27 (GMT)
committerLarry Hastings <larry@hastings.org>2015-03-30 08:56:27 (GMT)
commita52f31dfe2c6aaf7477f9ca8b81b7c89c417f68c (patch)
treec87f79cc4047fa62bf3965c10d10fda1b6824f96 /Include/patchlevel.h
parent09dab7a87eaa7115eeaf73016d65f2f835e25986 (diff)
downloadcpython-a52f31dfe2c6aaf7477f9ca8b81b7c89c417f68c.zip
cpython-a52f31dfe2c6aaf7477f9ca8b81b7c89c417f68c.tar.gz
cpython-a52f31dfe2c6aaf7477f9ca8b81b7c89c417f68c.tar.bz2
Fix PY_VERSION in Include/patchlevel.h to reflect our post-3.5.0a3 state.
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 a4ca282..a2f6d54 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.5.0a3"
+#define PY_VERSION "3.5.0a3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.