summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-02-10 20:08:24 +0100
committerŁukasz Langa <lukasz@langa.pl>2020-02-10 20:08:24 +0100
commit8623e68ea856830e084839e1d726c1f5be727203 (patch)
tree8a83d046a06aac576358f75d026f1a82c2b4d22c /Include/patchlevel.h
parentb086ea5edc44cf64ecfb645d578927aa96e8c355 (diff)
downloadcpython-git-3.8.2rc1.tar.gz
Python 3.8.2rc1v3.8.2rc1
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 503d3aa856..a40ef8232e 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 1
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
-#define PY_RELEASE_SERIAL 0
+#define PY_MICRO_VERSION 2
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.8.1+"
+#define PY_VERSION "3.8.2rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.