]> granicus.if.org Git - python/commitdiff
Post-release version bump for 3.5.5rc1.
authorLarry Hastings <larry@hastings.org>
Sun, 4 Feb 2018 16:17:48 +0000 (08:17 -0800)
committerLarry Hastings <larry@hastings.org>
Sun, 4 Feb 2018 16:17:48 +0000 (08:17 -0800)
Include/patchlevel.h

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