summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-08-30 11:01:34 +0200
committerŁukasz Langa <lukasz@langa.pl>2019-08-30 11:01:34 +0200
commit1553e3b5fc97512940826f4fa2c8bc45d88c84cb (patch)
tree32901179589ac1413d89aec55a991b202067e1fb /Include/patchlevel.h
parent23d532a43532c5d18a9215c7b35093bf7cedb8f5 (diff)
downloadcpython-git-1553e3b5fc97512940826f4fa2c8bc45d88c84cb.tar.gz
Post v3.8.0b4
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 12f84b840d..58ee169277 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.