]> granicus.if.org Git - python/commitdiff
Post-release version bump for 3.5.7.
authorLarry Hastings <larry@hastings.org>
Tue, 19 Mar 2019 15:19:22 +0000 (08:19 -0700)
committerLarry Hastings <larry@hastings.org>
Tue, 19 Mar 2019 15:19:22 +0000 (08:19 -0700)
Include/patchlevel.h

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