[Python-checkins] 3.6.4+

Ned Deily webhook-mailer at python.org
Tue Dec 19 02:56:34 EST 2017


https://github.com/python/cpython/commit/86816ecb98857739ce32acc770b526b6641d5042
commit: 86816ecb98857739ce32acc770b526b6641d5042
branch: 3.6
author: Ned Deily <nad at python.org>
committer: Ned Deily <nad at python.org>
date: 2017-12-19T02:56:06-05:00
summary:

3.6.4+

files:
M Include/patchlevel.h

diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index e909bb240b8..28f3691d886 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -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.



More information about the Python-checkins mailing list