summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-07-20 19:34:58 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-07-20 19:34:58 (GMT)
commit9e84a2c42424ecee202ed1b153fcc2fafd4ebb2c (patch)
tree9ff1746e9b375dbde9ac4ed29b26635c92bd4de9
parent8ad7d506ca59a5025216b583df3ff069c66bc5a3 (diff)
downloadcpython-9e84a2c42424ecee202ed1b153fcc2fafd4ebb2c.zip
cpython-9e84a2c42424ecee202ed1b153fcc2fafd4ebb2c.tar.gz
cpython-9e84a2c42424ecee202ed1b153fcc2fafd4ebb2c.tar.bz2
Post 3.9.0b5
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 2fb6ae1..a62d6c6 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 5
/* Version as a string */
-#define PY_VERSION "3.9.0b5"
+#define PY_VERSION "3.9.0b5+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.