]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release version bump for 3.4.9rc1.
authorLarry Hastings <larry@hastings.org>
Fri, 20 Jul 2018 02:31:08 +0000 (19:31 -0700)
committerLarry Hastings <larry@hastings.org>
Fri, 20 Jul 2018 02:31:08 +0000 (19:31 -0700)
Include/patchlevel.h

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