summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-08-08 13:07:31 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-08-08 13:07:31 (GMT)
commit19eed66d2b8d1b8456fb8f56b01eea0003b2126a (patch)
treee8c6c306e4aec1ff7f0425c2ed22e98f953b46a9
parent41cb07120b7792eac6413b0c56256a25e9b14e5d (diff)
downloadcpython-19eed66d2b8d1b8456fb8f56b01eea0003b2126a.zip
cpython-19eed66d2b8d1b8456fb8f56b01eea0003b2126a.tar.gz
cpython-19eed66d2b8d1b8456fb8f56b01eea0003b2126a.tar.bz2
Post 3.11.0rc1
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index e717670..1c01d33 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.11.0rc1"
+#define PY_VERSION "3.11.0rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.