]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0b5
authorŁukasz Langa <lukasz@langa.pl>
Mon, 20 Jul 2020 19:34:58 +0000 (21:34 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 20 Jul 2020 19:34:58 +0000 (21:34 +0200)
Include/patchlevel.h

index 2fb6ae1b7aac047cb7e4039d7f5dd4513500c0a5..a62d6c649eef431895431312d95edc1ee6d12e63 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       5
 
 /* Version as a string */
-#define PY_VERSION              "3.9.0b5"
+#define PY_VERSION              "3.9.0b5+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.