]> granicus.if.org Git - python/commitdiff
Post-release verison bump for 3.5.7rc1.
authorLarry Hastings <larry@hastings.org>
Mon, 4 Mar 2019 09:36:14 +0000 (01:36 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 4 Mar 2019 09:36:14 +0000 (01:36 -0800)
Include/patchlevel.h

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