summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-08-11 17:14:36 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-08-11 18:58:17 (GMT)
commit439c93d51f45c50541fc755b597725168ecd939a (patch)
treecff0de3d6c1388ba5442cbb0a03b6ef4c1604235 /Include/patchlevel.h
parent5de00f63d47b5aa1714ad2d88772ad55b10feea0 (diff)
downloadcpython-3.9.0rc1.zip
cpython-3.9.0rc1.tar.gz
cpython-3.9.0rc1.tar.bz2
Python 3.9.0rc1v3.9.0rc1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a62d6c6..2864a86 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 5
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.9.0b5+"
+#define PY_VERSION "3.9.0rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.