summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-08-30 21:55:37 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-08-30 21:55:37 (GMT)
commit9ab2b48f2b89f1119bc22aafc8a90f8588f7472f (patch)
tree726a3f805a3fb76dd53b6426109fceff204a8879 /Include/patchlevel.h
parent9ef1843892500e209afe5d916db26ecdbccd5e62 (diff)
downloadcpython-9ab2b48f2b89f1119bc22aafc8a90f8588f7472f.zip
cpython-9ab2b48f2b89f1119bc22aafc8a90f8588f7472f.tar.gz
cpython-9ab2b48f2b89f1119bc22aafc8a90f8588f7472f.tar.bz2
Post 3.9.7
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index af883f2..716aea5 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.7"
+#define PY_VERSION "3.9.7+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.