]> granicus.if.org Git - python/commitdiff
Post-release version bump for 3.5.6rc1.
authorLarry Hastings <larry@hastings.org>
Fri, 20 Jul 2018 02:31:49 +0000 (19:31 -0700)
committerLarry Hastings <larry@hastings.org>
Fri, 20 Jul 2018 02:31:49 +0000 (19:31 -0700)
Include/patchlevel.h

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