]> granicus.if.org Git - python/commitdiff
Post 3.8.0a1
authorŁukasz Langa <lukasz@langa.pl>
Mon, 4 Feb 2019 08:39:24 +0000 (09:39 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 4 Feb 2019 08:39:24 +0000 (09:39 +0100)
Include/patchlevel.h

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