summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2022-03-23 21:12:08 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2022-03-23 21:12:08 (GMT)
commitb28265d7e6a41a4a0e227b37f4fbbc4d03a0a707 (patch)
tree5fffdefded0f3130363f36e3633868f9d2b20897 /Include
parentec3589f59d2c8456591f33656639bcc303eb7bd5 (diff)
downloadcpython-3.9.12.zip
cpython-3.9.12.tar.gz
cpython-3.9.12.tar.bz2
Python 3.9.12v3.9.12
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 1079299..a4418b0 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 11
+#define PY_MICRO_VERSION 12
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.9.11+"
+#define PY_VERSION "3.9.12"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.