summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-04-05 20:10:38 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-04-05 20:10:38 (GMT)
commita96dfbdc3eff48d23acd6f2efc9b473ba26e8999 (patch)
tree941d6bedb32604582d1619dac4e68cafff5662b7
parent2e49bd06c5ffab7d154042da4b5bcd5ae6e4220b (diff)
downloadcpython-a96dfbdc3eff48d23acd6f2efc9b473ba26e8999.zip
cpython-a96dfbdc3eff48d23acd6f2efc9b473ba26e8999.tar.gz
cpython-a96dfbdc3eff48d23acd6f2efc9b473ba26e8999.tar.bz2
Post 3.11.0a7
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 9850a11..5a6f5ff 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 7
/* Version as a string */
-#define PY_VERSION "3.11.0a7"
+#define PY_VERSION "3.11.0a7+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.