summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-01-13 18:47:56 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-01-13 18:52:14 (GMT)
commita58ebcc701dd6c43630df941481475ff0f615a81 (patch)
treec33a7fb407d7bf02cf00242dfe1f8fda3a7b56f0 /Include/patchlevel.h
parent3ce6945f5f434806eea700eb5ff1bed6d39395e1 (diff)
downloadcpython-3.10.2.zip
cpython-3.10.2.tar.gz
cpython-3.10.2.tar.bz2
Python 3.10.2v3.10.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 8a6fec3..5769674 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 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.10.1+"
+#define PY_VERSION "3.10.2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.