summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-08-05 15:44:15 +0100
committerPablo Galindo <pablogsal@gmail.com>2022-08-05 15:45:18 +0100
commit41cb07120b7792eac6413b0c56256a25e9b14e5d (patch)
treeae282603d9fea5e2d378803899bc89adc61868dc /Include/patchlevel.h
parentd6cf9e4a3efaf34b2071b7e8b10c0fef3c0ba823 (diff)
downloadcpython-git-3.11.0rc1.tar.gz
Python 3.11.0rc1v3.11.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 4c657f738f..e7176705ac 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 11
#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.11.0b5+"
+#define PY_VERSION "3.11.0rc1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.