summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2017-01-17 08:49:32 (GMT)
committerLarry Hastings <larry@hastings.org>2017-01-17 08:49:32 (GMT)
commitc620f200d619a92a5e5b0c76c5ee890894502d7c (patch)
tree7d5665114ba5d62df07de03b7f9f6e4e477e68ac /Include
parent56e9ee07f48bb8bdd450c5563f09cf7914194b5d (diff)
downloadcpython-c620f200d619a92a5e5b0c76c5ee890894502d7c.zip
cpython-c620f200d619a92a5e5b0c76c5ee890894502d7c.tar.gz
cpython-c620f200d619a92a5e5b0c76c5ee890894502d7c.tar.bz2
Post-release updates for 3.5.3.
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 77e7249..1ec9761 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.3"
+#define PY_VERSION "3.5.3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.