#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 4
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.7.4rc2"
+#define PY_VERSION "3.7.4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.
--- /dev/null
+.. bpo: 37500
+.. date: 2019-07-08-12-28-26
+.. nonce: 2OjTir
+.. release date: 2019-07-08
+.. section: Core and Builtins
+
+Due to unintended side effects, revert the change introduced by
+:issue:`1875` in 3.7.4rc1 to check for syntax errors in dead conditional
+code blocks.
+
+..
+
+.. bpo: 37149
+.. date: 2019-07-06-02-19-02
+.. nonce: NumHn3
+.. section: Documentation
+
+Replace the dead link to the Tkinter 8.5 reference by John Shipman, New
+Mexico Tech, with a link to the archive.org copy.
+++ /dev/null
-Due to unintended side effects, revert the change introduced by
-:issue:`1875` in 3.7.4rc1 to check for syntax errors in dead conditional
-code blocks.
+++ /dev/null
-Replace the dead link to the Tkinter 8.5 reference by John Shipman, New
-Mexico Tech, with a link to the archive.org copy.
-This is Python version 3.7.4 candidate 2
-========================================
+This is Python version 3.7.4
+============================
.. image:: https://travis-ci.org/python/cpython.svg?branch=master
:alt: CPython build status on Travis CI