summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-07-04 21:46:35 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-07-04 21:46:35 (GMT)
commit50dc82e790bc3f87123bbb4adc8d3522fdf38b02 (patch)
treedea251ab2fa95bba6486470e2114f772359b757d /Include
parentcd400a12baa3337743a869c6c3f99c8cd43bb13f (diff)
downloadcpython-50dc82e790bc3f87123bbb4adc8d3522fdf38b02.zip
cpython-50dc82e790bc3f87123bbb4adc8d3522fdf38b02.tar.gz
cpython-50dc82e790bc3f87123bbb4adc8d3522fdf38b02.tar.bz2
Post v3.8.0b2
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 bb31b47..00870f9 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.8.0b2"
+#define PY_VERSION "3.8.0b2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.