summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2021-11-15 17:26:38 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2021-11-15 17:43:00 (GMT)
commitccb0e6a3452335a4c3e2433934c3c0c5622a34cd (patch)
tree098c03a2b25f4012273808c12ab4f0898c0e4e04 /Include
parent32d14b262d6d914f63485f8d6e7859df58cd2089 (diff)
downloadcpython-3.9.9.zip
cpython-3.9.9.tar.gz
cpython-3.9.9.tar.bz2
Python 3.9.9v3.9.9
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 5974171..293e51a 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9
-#define PY_MICRO_VERSION 8
+#define PY_MICRO_VERSION 9
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.8+"
+#define PY_VERSION "3.9.9"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.