]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates for 3.5.8 final.
authorLarry Hastings <larry@hastings.org>
Tue, 29 Oct 2019 06:42:44 +0000 (23:42 -0700)
committerLarry Hastings <larry@hastings.org>
Tue, 29 Oct 2019 06:42:44 +0000 (23:42 -0700)
Include/patchlevel.h

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