]> granicus.if.org Git - python/commitdiff
Post-release update for 3.5.8rc2. 3.5
authorLarry Hastings <larry@hastings.org>
Sat, 12 Oct 2019 11:50:04 +0000 (12:50 +0100)
committerLarry Hastings <larry@hastings.org>
Sat, 12 Oct 2019 11:50:04 +0000 (12:50 +0100)
Include/patchlevel.h

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