summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-07-03 16:47:54 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-07-03 16:47:54 (GMT)
commitc1feaa5468a3c728b962a1194164d373128ed614 (patch)
treec5a767148b54dda94856b26fc65faed77192a849 /Include/patchlevel.h
parentb0bb791313d3a49bbfcdc439358b354f69d9c1ea (diff)
downloadcpython-c1feaa5468a3c728b962a1194164d373128ed614.zip
cpython-c1feaa5468a3c728b962a1194164d373128ed614.tar.gz
cpython-c1feaa5468a3c728b962a1194164d373128ed614.tar.bz2
Post 3.9.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 3616727..f76eee9 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.9.0b4"
+#define PY_VERSION "3.9.0b4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.