]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
start 3.6.6+
authorNed Deily <nad@python.org>
Wed, 27 Jun 2018 22:00:56 +0000 (18:00 -0400)
committerNed Deily <nad@python.org>
Wed, 27 Jun 2018 22:00:56 +0000 (18:00 -0400)
Include/patchlevel.h
README.rst

index f20d080f5b983053f86d71a90bb57cb009885722..3be6a8df16c379168e550a733cf063bccc2d7e95 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL      0
 
 /* Version as a string */
-#define PY_VERSION             "3.6.6"
+#define PY_VERSION             "3.6.6+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 1dab9c80bc8d963403db097cd164588e8cd2b487..6256034b93853eb829e7af50a5a621c2098b1dfb 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.6.6
-============================
+This is Python version 3.6.6+
+=============================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=3.6
    :alt: CPython build status on Travis CI