]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release bump for Python 3.4.8. 5810/head
authorLarry Hastings <larry@hastings.org>
Mon, 5 Feb 2018 00:37:45 +0000 (16:37 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 5 Feb 2018 00:37:45 +0000 (16:37 -0800)
Include/patchlevel.h

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