summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-09-07 17:52:19 +0200
committerŁukasz Langa <lukasz@langa.pl>2020-09-07 17:52:19 +0200
commit08bd63da6e64c49130d244ecf8f246089b9c5d9f (patch)
treebb675341ecc63adfed2412773f3f4e9c27f6331e /Include/patchlevel.h
parent84105cbaa395923e3584a87d67ccce72c8420bb4 (diff)
downloadcpython-git-3.8.6rc1.tar.gz
Python 3.8.6rc1v3.8.6rc1
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 278f33fcf9..d6d0908576 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 8
-#define PY_MICRO_VERSION 5
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 6
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.8.5+"
+#define PY_VERSION "3.8.6rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.