summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2019-03-12 15:14:21 -0400
committerNed Deily <nad@python.org>2019-03-12 15:14:21 -0400
commit69785b212765f0943eb4611e1886436bdd01ade0 (patch)
tree937a46e793c3c6fd1664085f048241ead07633a3 /Include
parente6183cc2742cfa7e7d627a3c573f4fb31099947a (diff)
downloadcpython-git-69785b212765f0943eb4611e1886436bdd01ade0.tar.gz
3.7.3rc1v3.7.3rc1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 5bd68345d6..57775f2e5d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
-#define PY_MICRO_VERSION 2
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 3
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.7.2+"
+#define PY_VERSION "3.7.3rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.