summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2023-04-04 22:21:41 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2023-04-04 22:22:17 (GMT)
commitf3909b8bc83675b7ab093dbc558e677558d8e718 (patch)
tree7ef4b9045bb4a04e335980fe13244cac027ea8fd /Include
parent6abd0486bbb30b9d2c99b00412d5641f9c778b88 (diff)
downloadcpython-f3909b8bc83675b7ab093dbc558e677558d8e718.zip
cpython-f3909b8bc83675b7ab093dbc558e677558d8e718.tar.gz
cpython-f3909b8bc83675b7ab093dbc558e677558d8e718.tar.bz2
Python 3.11.3v3.11.3
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 e0d27fc..55e2abb 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 2
+#define PY_MICRO_VERSION 3
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.11.2+"
+#define PY_VERSION "3.11.3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.