]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post-release version bump for 3.4.10. 3.4
authorLarry Hastings <larry@hastings.org>
Tue, 7 May 2019 18:29:45 +0000 (14:29 -0400)
committerLarry Hastings <larry@hastings.org>
Tue, 7 May 2019 18:29:45 +0000 (14:29 -0400)
Include/patchlevel.h

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