summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-06-27 13:02:18 (GMT)
committerThomas Wouters <thomas@python.org>2024-06-27 13:06:51 (GMT)
commit7b413952e817ae87bfda2ac85dd84d30a6ce743b (patch)
treeebab9434dc9c77ee2ba828cf7736cf42ffad70a4 /Include
parent49e5740135670e04ae6da7e6f52dbe380655e0f1 (diff)
downloadcpython-7b413952e817ae87bfda2ac85dd84d30a6ce743b.zip
cpython-7b413952e817ae87bfda2ac85dd84d30a6ce743b.tar.gz
cpython-7b413952e817ae87bfda2ac85dd84d30a6ce743b.tar.bz2
Python 3.13.0b3v3.13.0b3
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 87b4f55..de2c478 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 13
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.13.0b2+"
+#define PY_VERSION "3.13.0b3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.