]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.12
authorPablo Galindo <pablogsal@gmail.com>
Tue, 6 Jun 2023 22:49:22 +0000 (23:49 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 6 Jun 2023 22:49:22 +0000 (23:49 +0100)
Include/patchlevel.h

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