]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release bump for 3.4.7 final.
authorLarry Hastings <larry@hastings.org>
Wed, 9 Aug 2017 07:36:14 +0000 (00:36 -0700)
committerLarry Hastings <larry@hastings.org>
Wed, 9 Aug 2017 07:36:14 +0000 (00:36 -0700)
Include/patchlevel.h

index 44a6c71d07f32cb060fe8f549c385e8880a263e9..24a50fb25767acf8c071a6a30518ccb3ecef7a8e 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.4.7"
+#define PY_VERSION             "3.4.7+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.