summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2015-07-05 10:26:00 -0700
committerLarry Hastings <larry@hastings.org>2015-07-05 10:26:00 -0700
commitb34db6ad9b3332c3101bcf7e020e90583693db20 (patch)
tree475b860dc13d061d413ff433805441b1b584c08e /Include
parent0417f55ed4a9f056b4eb3d15b0b75964e50d35e9 (diff)
downloadcpython-git-b34db6ad9b3332c3101bcf7e020e90583693db20.tar.gz
Post-release fixes for Python 3.5.0b3.
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 920cd255e6..21233e203f 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.0b3"
+#define PY_VERSION "3.5.0b3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.