]> granicus.if.org Git - python/commitdiff
Post v3.8.0a4
authorŁukasz Langa <lukasz@langa.pl>
Tue, 7 May 2019 14:56:31 +0000 (16:56 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 7 May 2019 14:56:31 +0000 (16:56 +0200)
Include/patchlevel.h

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