summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2025-04-08 11:35:30 (GMT)
committerThomas Wouters <thomas@python.org>2025-04-08 11:35:47 (GMT)
commit0cc81280367df838c4b199f8f0378837165071c2 (patch)
treedd9f672542952919314ee25a696740a505b5092b /Include/patchlevel.h
parenta05e9301ab50b60f513f626eb0758dda17007341 (diff)
downloadcpython-3.12.10.zip
cpython-3.12.10.tar.gz
cpython-3.12.10.tar.bz2
Python 3.12.10v3.12.10
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 63460ce..b982ff7 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 12
-#define PY_MICRO_VERSION 9
+#define PY_MICRO_VERSION 10
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.12.9+"
+#define PY_VERSION "3.12.10"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.