summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-04-04 18:39:08 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-04-04 18:39:08 (GMT)
commitc3c43dc07bd5055e5c31934533b935cb405f862d (patch)
tree3868960a4fe9a2848ecd617e711f19a646cc8da5
parent6c6ba5062083b3d5f3980ec7936d92754c7f0707 (diff)
downloadcpython-c3c43dc07bd5055e5c31934533b935cb405f862d.zip
cpython-c3c43dc07bd5055e5c31934533b935cb405f862d.tar.gz
cpython-c3c43dc07bd5055e5c31934533b935cb405f862d.tar.bz2
Post 3.9.4
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index cf76d87..06ab0e7 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.4"
+#define PY_VERSION "3.9.4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.