]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release version bump for 3.4.8rc1.
authorLarry Hastings <larry@hastings.org>
Sun, 4 Feb 2018 16:17:20 +0000 (08:17 -0800)
committerLarry Hastings <larry@hastings.org>
Sun, 4 Feb 2018 16:17:20 +0000 (08:17 -0800)
Include/patchlevel.h

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