summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-11-15 22:41:03 +0100
committerŁukasz Langa <lukasz@langa.pl>2021-11-15 22:41:03 +0100
commit3bb2566ce8f12271d83ef0b10e9fe34ef0c270d0 (patch)
tree86ee5ae54aceffdeb8ddeb533d4dc5ea36eca9de
parentccb0e6a3452335a4c3e2433934c3c0c5622a34cd (diff)
downloadcpython-git-3bb2566ce8f12271d83ef0b10e9fe34ef0c270d0.tar.gz
Post 3.9.9
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 293e51a25d..19e9097533 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.9"
+#define PY_VERSION "3.9.9+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.