summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-02-06 20:16:03 (GMT)
committerThomas Wouters <thomas@python.org>2024-02-06 20:19:44 (GMT)
commit6abddd9f6afdddc09031989e0deb25e301ecf315 (patch)
tree1bf8991880862ffdec696276ce12967e1994d058 /Include
parent831b95d9b970901a39c64b5f261f379a490c64fb (diff)
downloadcpython-3.12.2.zip
cpython-3.12.2.tar.gz
cpython-3.12.2.tar.bz2
Python 3.12.2v3.12.2
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 1c58b28..e7316df 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 12
-#define PY_MICRO_VERSION 1
+#define PY_MICRO_VERSION 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.12.1+"
+#define PY_VERSION "3.12.2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.