summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-07-02 14:51:09 -0400
committerNed Deily <nad@python.org>2019-07-02 14:51:09 -0400
commit7f193e89698818de5fc60a8667de786036bbef95 (patch)
tree30f46be68ed24b99814063d3725c51e44bd8c1a1 /Include
parent070fae6d0ff49e63bfd5f2bdc66f8eb1df3b6557 (diff)
downloadcpython-git-7f193e89698818de5fc60a8667de786036bbef95.tar.gz
3.7.4rc2v3.7.4rc2
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 27753644e6..189d5498d2 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 4
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.7.4rc1"
+#define PY_VERSION "3.7.4rc2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.