summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-06-17 04:48:12 -0400
committerNed Deily <nad@python.org>2020-06-17 04:48:12 -0400
commit5f3933d61dbff6e2ec659930539da3bced008081 (patch)
tree9c95b2aa83345ba8a8404e3511e8f702dfe341fb /Include/patchlevel.h
parent0d70a98f449d58311aff3374ab5f203a401fc3bf (diff)
downloadcpython-git-3.7.8rc1.tar.gz
3.7.8rc1v3.7.8rc1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index baac18b7be..e0ab5760bc 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 7
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 8
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.7.7+"
+#define PY_VERSION "3.7.8rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.