]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.15
authorŁukasz Langa <lukasz@langa.pl>
Tue, 11 Oct 2022 18:09:14 +0000 (20:09 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 11 Oct 2022 18:09:14 +0000 (20:09 +0200)
Include/patchlevel.h

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