summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-02-16 20:10:19 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-02-16 20:10:19 (GMT)
commit4064156d62622c1009d32bb87ba17a5e9ecb9d37 (patch)
treecd053e1d1705cae896fb848d25acc4ca5cefb5ea /Include/patchlevel.h
parent85fd9f4e45ee95e2608dbc8cc6d4fe28e4d2abc4 (diff)
downloadcpython-3.9.2rc1.zip
cpython-3.9.2rc1.tar.gz
cpython-3.9.2rc1.tar.bz2
Python 3.9.2rc1v3.9.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 2534213..ef02372 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9
-#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.9.1+"
+#define PY_VERSION "3.9.2rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.