]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.2
authorPablo Galindo <pablogsal@gmail.com>
Fri, 14 Jan 2022 21:11:47 +0000 (21:11 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Fri, 14 Jan 2022 21:11:47 +0000 (21:11 +0000)
Include/patchlevel.h

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