summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2022-10-24 23:30:06 (GMT)
committerGitHub <noreply@github.com>2022-10-24 23:30:06 (GMT)
commitb3cafb60afeb2300002af9982d43703435b8302d (patch)
treee0c241b9adf3c054c88a3c96a0a896bbebd49ae6 /Include
parent3a1eb81abf9494bdb34125eca667d282ae0fca9f (diff)
downloadcpython-b3cafb60afeb2300002af9982d43703435b8302d.zip
cpython-b3cafb60afeb2300002af9982d43703435b8302d.tar.gz
cpython-b3cafb60afeb2300002af9982d43703435b8302d.tar.bz2
[3.11] Fix v3.11.0 release merge problems (GH-98622)
When merging the v3.11.0 tag into 3.11, some files were incorrectly updated and some others were not properly deleted. Automerge-Triggered-By: GH:pablogsal
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index c62cdf1..c37154b 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.11.0rc2+"
+#define PY_VERSION "3.11.0+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.