summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2016-06-13 03:22:18 (GMT)
committerLarry Hastings <larry@hastings.org>2016-06-13 03:22:18 (GMT)
commit6e9a96be9e24265638df8aa600e566b306a23a2b (patch)
tree47b96a085e9de6b4f5995e149b31067a1a48f5eb /Include/patchlevel.h
parent17ce5251d3a8b30f0ecb6e4af2480f236a5919a4 (diff)
downloadcpython-6e9a96be9e24265638df8aa600e566b306a23a2b.zip
cpython-6e9a96be9e24265638df8aa600e566b306a23a2b.tar.gz
cpython-6e9a96be9e24265638df8aa600e566b306a23a2b.tar.bz2
Post-release fixups for Python 3.5.2rc1.
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 0176a19..4a7b003 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.5.2rc1"
+#define PY_VERSION "3.5.2rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.