summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-10-05 18:07:40 +0200
committerŁukasz Langa <lukasz@langa.pl>2020-10-05 18:07:40 +0200
commit1691435fe7e369083c6e8c4a55786dc9c6448a29 (patch)
treed8191faa0f40cc000219ca664c04162632c6c367
parent79dd0dbc321d8d5112cff55959fc755150859b32 (diff)
downloadcpython-git-1691435fe7e369083c6e8c4a55786dc9c6448a29.tar.gz
Post 3.9.0
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a9e8ef19e9..2243329744 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.0"
+#define PY_VERSION "3.9.0+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.