]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.5
authorPablo Galindo <pablogsal@gmail.com>
Mon, 6 Jun 2022 17:13:35 +0000 (18:13 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 6 Jun 2022 17:13:35 +0000 (18:13 +0100)
Include/patchlevel.h

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