summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2024-09-07 00:19:15 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2024-09-07 00:20:06 (GMT)
commitffee63f34445412322a7afc2535731be221cabba (patch)
tree702c6e692feb9a26268090fc00fcc6b385729b8b /Include/patchlevel.h
parent2a9273a0e4466e2f057f9ce6fe98cd8ce570331b (diff)
downloadcpython-3.10.15.zip
cpython-3.10.15.tar.gz
cpython-3.10.15.tar.bz2
Python 3.10.15v3.10.15
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 df9bbf6..6d50b2f 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 14
+#define PY_MICRO_VERSION 15
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.10.14+"
+#define PY_VERSION "3.10.15"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.