]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post release updates
authorNed Deily <nad@python.org>
Wed, 19 Jun 2019 03:38:36 +0000 (23:38 -0400)
committerNed Deily <nad@python.org>
Wed, 19 Jun 2019 03:38:36 +0000 (23:38 -0400)
Include/patchlevel.h
README.rst

index 27753644e6d78228e04ceefd7ca591b829514efb..9c4451ab486a71b12ac9b245aa22e2317f2b1e9b 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       1
 
 /* Version as a string */
-#define PY_VERSION              "3.7.4rc1"
+#define PY_VERSION              "3.7.4rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
index 9ba26b67777bfbaa76ed74b4abce717aa357af78..657233a17186675e060384a8a8784200e71359ae 100644 (file)
@@ -1,5 +1,5 @@
-This is Python version 3.7.4 candidate 1
-========================================
+This is Python version 3.7.4 candidate 1+
+=========================================
 
 .. image:: https://travis-ci.org/python/cpython.svg?branch=master
    :alt: CPython build status on Travis CI