summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-03-16 11:25:44 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-03-16 11:27:11 (GMT)
commita342a49189c16f01e7b95e0bf22ea2bd539222cd (patch)
tree3b42e7308633eb3fd8fc75414a1e4b0f3125d27c /Include
parent04fdbb4f7003a7399f7ba626cf548e2b9dac1045 (diff)
downloadcpython-a342a49189c16f01e7b95e0bf22ea2bd539222cd.zip
cpython-a342a49189c16f01e7b95e0bf22ea2bd539222cd.tar.gz
cpython-a342a49189c16f01e7b95e0bf22ea2bd539222cd.tar.bz2
Python 3.10.3v3.10.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 ee537c7..5bb246e 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 10
-#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.10.2+"
+#define PY_VERSION "3.10.3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.