summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2017-08-08 11:08:20 (GMT)
committerLarry Hastings <larry@hastings.org>2017-08-08 11:08:20 (GMT)
commit86833a20a52e08bb21c65cc020cc632745273cdc (patch)
tree721dba1d007d9fa28d414c74c4ff9848697b9487 /Include
parent3f568389763c205f8779ad75f2cf44ab9782608e (diff)
downloadcpython-86833a20a52e08bb21c65cc020cc632745273cdc.zip
cpython-86833a20a52e08bb21c65cc020cc632745273cdc.tar.gz
cpython-86833a20a52e08bb21c65cc020cc632745273cdc.tar.bz2
Post-release version bump for 3.5.4 final.
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 e8bb027..81bbd19 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.5.4"
+#define PY_VERSION "3.5.4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.