]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.2
authorŁukasz Langa <lukasz@langa.pl>
Fri, 19 Feb 2021 12:32:44 +0000 (13:32 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 19 Feb 2021 12:32:44 +0000 (13:32 +0100)
Include/patchlevel.h

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