]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0b2
authorŁukasz Langa <lukasz@langa.pl>
Tue, 9 Jun 2020 00:23:35 +0000 (02:23 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 9 Jun 2020 00:23:35 +0000 (02:23 +0200)
Include/patchlevel.h

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