]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release bump for 3.4.7rc1.
authorLarry Hastings <larry@hastings.org>
Tue, 25 Jul 2017 08:58:59 +0000 (01:58 -0700)
committerLarry Hastings <larry@hastings.org>
Tue, 25 Jul 2017 08:58:59 +0000 (01:58 -0700)
Include/patchlevel.h

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