diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index f10d8d11f6cb3c91de8024741df60f580e819da9..30faea5b3ad40ce4b648cf2eca44ac5d8f1019ec 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       2
 
 /* Version as a string */
-#define PY_VERSION              "3.11.0b2"
+#define PY_VERSION              "3.11.0b2+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.