summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2023-02-07 13:37:13 +0000
committerPablo Galindo <pablogsal@gmail.com>2023-02-07 13:37:51 +0000
commit878ead1ac1651965126322c1b3d124faf5484dc6 (patch)
tree735f100162444df1b6fa3b65f8d44ca5563eaaf3 /Include/patchlevel.h
parent955ba2839bc5875424ae745bfab53e880a9ace49 (diff)
downloadcpython-git-3.11.2.tar.gz
Python 3.11.2v3.11.2
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 2fa3d2e3e5..806e0441b2 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 11
-#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.11.1+"
+#define PY_VERSION "3.11.2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.