summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-08-02 19:06:40 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-08-02 19:53:59 (GMT)
commitcc115e5bf66abe909964be5880c96194d9424df9 (patch)
tree8b2e115570a1725323712e1c8de486a928ef170f /Include
parent567176249ea95c074eb80199aaf19f3a55aa3954 (diff)
downloadcpython-3.10.0rc1.zip
cpython-3.10.0rc1.tar.gz
cpython-3.10.0rc1.tar.bz2
Python 3.10.0rc1v3.10.0rc1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 93f78fc..cc7750b 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 10
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 4
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.10.0b4+"
+#define PY_VERSION "3.10.0rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.