]> granicus.if.org Git - python/commitdiff
Post-release version bump for 3.5.6.
authorLarry Hastings <larry@hastings.org>
Thu, 2 Aug 2018 13:51:56 +0000 (06:51 -0700)
committerLarry Hastings <larry@hastings.org>
Thu, 2 Aug 2018 13:51:56 +0000 (06:51 -0700)
Include/patchlevel.h

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