summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-07-20 17:47:09 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-07-20 17:47:09 (GMT)
commit8ad7d506ca59a5025216b583df3ff069c66bc5a3 (patch)
tree591eb46f692d68e71882205fba5637048e03ece4 /Include/patchlevel.h
parent94647837d8ebe69e2ddf3a75431f7b8e057930bb (diff)
downloadcpython-8ad7d506ca59a5025216b583df3ff069c66bc5a3.zip
cpython-8ad7d506ca59a5025216b583df3ff069c66bc5a3.tar.gz
cpython-8ad7d506ca59a5025216b583df3ff069c66bc5a3.tar.bz2
Python 3.9.0b5v3.9.0b5
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index f76eee9..2fb6ae1 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 9
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 4
+#define PY_RELEASE_SERIAL 5
/* Version as a string */
-#define PY_VERSION "3.9.0b4+"
+#define PY_VERSION "3.9.0b5"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.