]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0a2
authorŁukasz Langa <lukasz@langa.pl>
Thu, 19 Dec 2019 08:15:15 +0000 (09:15 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 19 Dec 2019 08:15:15 +0000 (09:15 +0100)
Include/patchlevel.h

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