]> granicus.if.org Git - python/commitdiff
Post v3.8.0a2
authorŁukasz Langa <lukasz@langa.pl>
Mon, 25 Feb 2019 20:08:21 +0000 (21:08 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 25 Feb 2019 20:08:21 +0000 (21:08 +0100)
Include/patchlevel.h

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