]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.9
authorPablo Galindo <pablogsal@gmail.com>
Tue, 6 Dec 2022 21:18:42 +0000 (21:18 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 6 Dec 2022 21:18:42 +0000 (21:18 +0000)
Include/patchlevel.h

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