]> granicus.if.org Git - python/commitdiff
Post v3.8.0b1
authorŁukasz Langa <lukasz@langa.pl>
Tue, 4 Jun 2019 19:55:17 +0000 (21:55 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 4 Jun 2019 19:55:17 +0000 (21:55 +0200)
Include/patchlevel.h

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