summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-12-11 16:47:14 -0500
committerNed Deily <nad@python.org>2018-12-11 16:47:14 -0500
commitcc3e73212aa1b197f2f8ed636e0ecf73caaea302 (patch)
treea67fbc236c82ade89c93fbafb587b6ad2395392a /Include/patchlevel.h
parentd23e1eae0dd5b236de20bc933563826f48828580 (diff)
downloadcpython-git-3.6.8rc1.tar.gz
3.6.8rc1v3.6.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 1d12db3b56..a0b45a3109 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6
-#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.6.7+"
+#define PY_VERSION "3.6.8rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.