]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release update for 3.5.10rc1.
authorLarry Hastings <larry@hastings.org>
Sat, 22 Aug 2020 02:56:06 +0000 (19:56 -0700)
committerLarry Hastings <larry@hastings.org>
Sat, 22 Aug 2020 02:56:06 +0000 (19:56 -0700)
Include/patchlevel.h

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