summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-09-11 19:21:50 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-09-11 19:23:30 (GMT)
commited7c3ff15680c1939fad468a238a5945dc25c5fd (patch)
treeea844e2e045aa7b070ac36efc518e9f837af9c1f /Include/patchlevel.h
parent335bd1ee8be187b464ef797745d42f9a974bc970 (diff)
downloadcpython-3.11.0rc2.zip
cpython-3.11.0rc2.tar.gz
cpython-3.11.0rc2.tar.bz2
Python 3.11.0rc2v3.11.0rc2
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 1c01d33..f727dc2 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 11
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.11.0rc1+"
+#define PY_VERSION "3.11.0rc2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.