summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-07-02 18:51:09 (GMT)
committerNed Deily <nad@python.org>2019-07-02 18:51:09 (GMT)
commit7f193e89698818de5fc60a8667de786036bbef95 (patch)
tree30f46be68ed24b99814063d3725c51e44bd8c1a1 /Include/patchlevel.h
parent070fae6d0ff49e63bfd5f2bdc66f8eb1df3b6557 (diff)
downloadcpython-3.7.4rc2.zip
cpython-3.7.4rc2.tar.gz
cpython-3.7.4rc2.tar.bz2
3.7.4rc2v3.7.4rc2
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 2775364..189d549 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.