summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2023-08-24 17:51:41 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2023-08-24 17:59:28 (GMT)
commit376d66eb5080cf8076d767b0916c103463343963 (patch)
tree1ff31a104de6f447c9795e3d52ae8fd01f2f5994 /Include/patchlevel.h
parent92f9ce726b7c5ea79b1b1451223220a3b35fc845 (diff)
downloadcpython-3.9.18.zip
cpython-3.9.18.tar.gz
cpython-3.9.18.tar.bz2
Python 3.9.18v3.9.18
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 708d06a..041ba6e 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 17
+#define PY_MICRO_VERSION 18
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.17+"
+#define PY_VERSION "3.9.18"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.