summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-07-29 22:54:13 +0200
committerŁukasz Langa <lukasz@langa.pl>2019-07-29 22:54:13 +0200
commitadc0e313caf3ecd0db4973e874d6b7e43a793bf1 (patch)
tree25489eca1d1eb2d887bcaf9789f978a192ee4b43 /Include/patchlevel.h
parent6f53a6824b7d12d7cb5476d4874f0d3195466ffd (diff)
downloadcpython-git-adc0e313caf3ecd0db4973e874d6b7e43a793bf1.tar.gz
Post v3.8.0b3
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 60fb85ee84..82181c5861 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.8.0b3"
+#define PY_VERSION "3.8.0b3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.