]> granicus.if.org Git - python/commitdiff
Post-release version bump for 3.5.4 final.
authorLarry Hastings <larry@hastings.org>
Tue, 8 Aug 2017 11:08:20 +0000 (04:08 -0700)
committerLarry Hastings <larry@hastings.org>
Tue, 8 Aug 2017 11:08:20 +0000 (04:08 -0700)
Include/patchlevel.h

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