summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-03-23 20:10:25 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-03-23 20:12:04 (GMT)
commit9d38120e335357a3b294277fd5eff0a10e46e043 (patch)
treef44906458f1f1e9df240c2d4a8f3646cc051e2b8 /Include
parent4298114e1d6ff2063a0d4b8a6cf191b59b418975 (diff)
downloadcpython-9d38120e335357a3b294277fd5eff0a10e46e043.zip
cpython-9d38120e335357a3b294277fd5eff0a10e46e043.tar.gz
cpython-9d38120e335357a3b294277fd5eff0a10e46e043.tar.bz2
Python 3.10.4v3.10.4
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 3b1a7c5..482069c 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 3
+#define PY_MICRO_VERSION 4
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.10.3+"
+#define PY_VERSION "3.10.4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.