]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release version bump for 3.4.10rc1.
authorLarry Hastings <larry@hastings.org>
Mon, 4 Mar 2019 09:35:32 +0000 (01:35 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 4 Mar 2019 09:35:32 +0000 (01:35 -0800)
Include/patchlevel.h

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