summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2017-08-08 04:08:20 -0700
committerLarry Hastings <larry@hastings.org>2017-08-08 04:08:20 -0700
commit86833a20a52e08bb21c65cc020cc632745273cdc (patch)
tree721dba1d007d9fa28d414c74c4ff9848697b9487 /Include/patchlevel.h
parent3f568389763c205f8779ad75f2cf44ab9782608e (diff)
downloadcpython-git-86833a20a52e08bb21c65cc020cc632745273cdc.tar.gz
Post-release version bump for 3.5.4 final.
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 e8bb02791d..81bbd1980b 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.