]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release version bump for 3.4.9. 8993/head
authorLarry Hastings <larry@hastings.org>
Thu, 2 Aug 2018 13:51:48 +0000 (06:51 -0700)
committerLarry Hastings <larry@hastings.org>
Thu, 2 Aug 2018 13:51:48 +0000 (06:51 -0700)
Include/patchlevel.h

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