]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.2rc1
authorŁukasz Langa <lukasz@langa.pl>
Tue, 11 Feb 2020 12:38:43 +0000 (13:38 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 11 Feb 2020 12:38:43 +0000 (13:38 +0100)
Include/patchlevel.h

index a40ef8232ece9be3014ea0b063ebc1802cf7302c..506f43c3e0adc4b0d7e730a2d0211bd8b3055407 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       1
 
 /* Version as a string */
-#define PY_VERSION              "3.8.2rc1"
+#define PY_VERSION              "3.8.2rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.