summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-12-07 20:31:58 (GMT)
committerThomas Wouters <thomas@python.org>2023-12-07 20:46:47 (GMT)
commit2305ca51448552542b2414186252123a8dc87db7 (patch)
tree4f382914bb446bc541d2696f91b3004b6b53fb8c /Include/patchlevel.h
parentc0fc88fa2f1ee18f83501ce67d31ba557bf23860 (diff)
downloadcpython-3.12.1.zip
cpython-3.12.1.tar.gz
cpython-3.12.1.tar.bz2
Python 3.12.1v3.12.1
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 c844066..6eb002f 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 0
+#define PY_MICRO_VERSION 1
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.12.0+"
+#define PY_VERSION "3.12.1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.