summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-08-30 09:01:34 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-08-30 09:01:34 (GMT)
commit1553e3b5fc97512940826f4fa2c8bc45d88c84cb (patch)
tree32901179589ac1413d89aec55a991b202067e1fb /Include
parent23d532a43532c5d18a9215c7b35093bf7cedb8f5 (diff)
downloadcpython-1553e3b5fc97512940826f4fa2c8bc45d88c84cb.zip
cpython-1553e3b5fc97512940826f4fa2c8bc45d88c84cb.tar.gz
cpython-1553e3b5fc97512940826f4fa2c8bc45d88c84cb.tar.bz2
Post v3.8.0b4
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 12f84b8..58ee169 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.8.0b4"
+#define PY_VERSION "3.8.0b4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.