summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2019-11-01 16:02:34 -0700
committerLarry Hastings <larry@hastings.org>2019-11-01 16:02:34 -0700
commite5f6aba872e66bfd86eb592214696a519cded197 (patch)
tree4260a33421f2ae218213aa2c936062976d3ebd67 /Include/patchlevel.h
parent9f9afc19573a0191a00ee258f60b04d4172c14e9 (diff)
downloadcpython-git-3.5.9.tar.gz
Version bump for 3.5.9 final.v3.5.9
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 8198742765..b9183216e4 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 5
-#define PY_MICRO_VERSION 8
+#define PY_MICRO_VERSION 9
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.5.8+"
+#define PY_VERSION "3.5.9"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.