summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-06-04 19:55:17 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-06-04 19:55:17 (GMT)
commit267a3897b91bd70657d82165746a7c0e6adb3723 (patch)
tree92c9faf17c823205b67a3cbd5e7506b2b4bce706 /Include
parent23d7ce747167cceeeae526a53a6044ec2dc47cbb (diff)
downloadcpython-267a3897b91bd70657d82165746a7c0e6adb3723.zip
cpython-267a3897b91bd70657d82165746a7c0e6adb3723.tar.gz
cpython-267a3897b91bd70657d82165746a7c0e6adb3723.tar.bz2
Post v3.8.0b1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 881558b..4a52f83 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -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.