]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0b3
authorPablo Galindo <pablogsal@gmail.com>
Wed, 1 Jun 2022 15:28:12 +0000 (16:28 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 1 Jun 2022 15:28:12 +0000 (16:28 +0100)
Include/patchlevel.h

index 85c51a2c9de9effa21ed95767e4572e9b36ca974..06d20ff72be04315dda0a1545a8ccd61c1edecd5 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       3
 
 /* Version as a string */
-#define PY_VERSION              "3.11.0b3"
+#define PY_VERSION              "3.11.0b3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.