summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-08-01 20:23:10 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-08-01 20:25:27 (GMT)
commit9c7b4bd1646f2170247f88cf59936740d9c4c004 (patch)
tree9e06d89c174708fa90e9245f1f4d287a3070a403 /Include
parent4eab100e0dc764a5b85557aa30265066d1fde72e (diff)
downloadcpython-9c7b4bd1646f2170247f88cf59936740d9c4c004.zip
cpython-9c7b4bd1646f2170247f88cf59936740d9c4c004.tar.gz
cpython-9c7b4bd1646f2170247f88cf59936740d9c4c004.tar.bz2
Python 3.10.6v3.10.6
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 2d2e7a8..cef4374 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 5
+#define PY_MICRO_VERSION 6
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.10.5+"
+#define PY_VERSION "3.10.6"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.