summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-02-17 22:45:14 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-02-17 22:45:14 (GMT)
commit777ba072d61f50cc39427ae87ab63eb3d3d88542 (patch)
tree0166c5d3154732df2d334dd3ea047fba7391bbbf /Include/patchlevel.h
parentf64abd10563c25a94011f9e3335fd8a1cf47c205 (diff)
downloadcpython-777ba072d61f50cc39427ae87ab63eb3d3d88542.zip
cpython-777ba072d61f50cc39427ae87ab63eb3d3d88542.tar.gz
cpython-777ba072d61f50cc39427ae87ab63eb3d3d88542.tar.bz2
Python 3.8.2rc2v3.8.2rc2
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 506f43c..fc1c0f5 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 8
#define PY_MICRO_VERSION 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.8.2rc1+"
+#define PY_VERSION "3.8.2rc2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.