summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-04-05 21:10:38 +0100
committerPablo Galindo <pablogsal@gmail.com>2022-04-05 21:10:38 +0100
commita96dfbdc3eff48d23acd6f2efc9b473ba26e8999 (patch)
tree941d6bedb32604582d1619dac4e68cafff5662b7 /Include/patchlevel.h
parent2e49bd06c5ffab7d154042da4b5bcd5ae6e4220b (diff)
downloadcpython-git-a96dfbdc3eff48d23acd6f2efc9b473ba26e8999.tar.gz
Post 3.11.0a7
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 9850a117aa..5a6f5ff050 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.