]> granicus.if.org Git - python/commitdiff
Post-release version bump for 3.5.4rc1.
authorLarry Hastings <larry@hastings.org>
Tue, 25 Jul 2017 09:08:36 +0000 (02:08 -0700)
committerLarry Hastings <larry@hastings.org>
Tue, 25 Jul 2017 09:08:36 +0000 (02:08 -0700)
Include/patchlevel.h

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