]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release update for 3.5.9 final.
authorLarry Hastings <larry@hastings.org>
Sat, 2 Nov 2019 00:18:54 +0000 (17:18 -0700)
committerLarry Hastings <larry@hastings.org>
Sat, 2 Nov 2019 00:18:54 +0000 (17:18 -0700)
Include/patchlevel.h

index b9183216e4270618c8d7dba85aa853c70b41faa4..abf4b556861c807d3bb48fcaba3cbb4459725217 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.5.9"
+#define PY_VERSION             "3.5.9+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.