]> granicus.if.org Git - python/commitdiff
Post v3.8.0a3
authorŁukasz Langa <lukasz@langa.pl>
Tue, 26 Mar 2019 09:11:11 +0000 (10:11 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 26 Mar 2019 09:11:11 +0000 (10:11 +0100)
Include/patchlevel.h

index 610c8a98edd47381d32831ac9d5c505ac8e9e4fc..497dda046ae9a53bd949e6832401f01b086c7029 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       3
 
 /* Version as a string */
-#define PY_VERSION              "3.8.0a3"
+#define PY_VERSION              "3.8.0a3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.