]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.4
authorŁukasz Langa <lukasz@langa.pl>
Sun, 4 Apr 2021 18:39:08 +0000 (20:39 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Sun, 4 Apr 2021 18:39:08 +0000 (20:39 +0200)
Include/patchlevel.h

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