summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-08-02 20:06:40 +0100
committerPablo Galindo <pablogsal@gmail.com>2021-08-02 20:53:59 +0100
commitcc115e5bf66abe909964be5880c96194d9424df9 (patch)
tree8b2e115570a1725323712e1c8de486a928ef170f /Include/patchlevel.h
parent567176249ea95c074eb80199aaf19f3a55aa3954 (diff)
downloadcpython-git-cc115e5bf66abe909964be5880c96194d9424df9.tar.gz
Python 3.10.0rc1v3.10.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 93f78fced6..cc7750b8f0 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.