]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.22
authorŁukasz Langa <lukasz@langa.pl>
Tue, 8 Apr 2025 17:30:37 +0000 (19:30 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 8 Apr 2025 17:30:37 +0000 (19:30 +0200)
Include/patchlevel.h

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