]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0a7
authorThomas Wouters <thomas@python.org>
Tue, 4 Apr 2023 20:00:41 +0000 (22:00 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 4 Apr 2023 20:00:41 +0000 (22:00 +0200)
Include/patchlevel.h

index 1a8a6d9c8f7a3d20891a66cf4f167ff80c80f530..aaedd563a905e9b9602d9e75a876f7662b616356 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       7
 
 /* Version as a string */
-#define PY_VERSION              "3.12.0a7"
+#define PY_VERSION              "3.12.0a7+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.