]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.0a1
authorŁukasz Langa <lukasz@langa.pl>
Wed, 20 Nov 2019 01:06:33 +0000 (02:06 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 20 Nov 2019 01:06:33 +0000 (02:06 +0100)
Include/patchlevel.h

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