summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-12-16 12:25:53 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-12-16 12:26:12 (GMT)
commitf1eb0c0b0cd6ad24f3126e1df093aeb5845d6a88 (patch)
tree98b1f5e19f03714748ce593e87b5a25c259a16b9 /Include/patchlevel.h
parent1cc7551b3f9f71efbc88d96dce90f82de98b2454 (diff)
downloadcpython-3.15.0a3.zip
cpython-3.15.0a3.tar.gz
cpython-3.15.0a3.tar.bz2
Python 3.15.0a3v3.15.0a3
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 804aa1a..610d5bb 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -24,10 +24,10 @@
#define PY_MINOR_VERSION 15
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.15.0a2+"
+#define PY_VERSION "3.15.0a3"
/*--end constants--*/