]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.15
authorPablo Galindo <pablogsal@gmail.com>
Sat, 7 Sep 2024 00:46:51 +0000 (01:46 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 7 Sep 2024 00:46:51 +0000 (01:46 +0100)
Include/patchlevel.h

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