summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2017-01-03 02:29:26 (GMT)
committerLarry Hastings <larry@hastings.org>2017-01-03 02:29:26 (GMT)
commita7aa988ddc30d6b81a06993973efd070204ddfb0 (patch)
treeb823e6115642248ef17b2ba3db2ed0c8a0c94d8b /Include/patchlevel.h
parentaf17a2bfba1bc24fde1847562a867731d16f0a9d (diff)
downloadcpython-a7aa988ddc30d6b81a06993973efd070204ddfb0.zip
cpython-a7aa988ddc30d6b81a06993973efd070204ddfb0.tar.gz
cpython-a7aa988ddc30d6b81a06993973efd070204ddfb0.tar.bz2
Post-release fixups for Python 3.4.6rc1.
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 9aa6c4e..3e90dea 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.6rc1"
+#define PY_VERSION "3.4.6rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.