]> granicus.if.org Git - python/commitdiff
Post-release bump for Python 3.5.5.
authorLarry Hastings <larry@hastings.org>
Mon, 5 Feb 2018 00:38:21 +0000 (16:38 -0800)
committerLarry Hastings <larry@hastings.org>
Mon, 5 Feb 2018 00:38:21 +0000 (16:38 -0800)
Include/patchlevel.h

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