]> granicus.if.org Git - python/commitdiff
3.6.4+
authorNed Deily <nad@python.org>
Tue, 19 Dec 2017 07:56:06 +0000 (02:56 -0500)
committerNed Deily <nad@python.org>
Tue, 19 Dec 2017 07:56:06 +0000 (02:56 -0500)
Include/patchlevel.h

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