summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-05-08 09:10:41 (GMT)
committerThomas Wouters <thomas@python.org>2024-05-08 09:21:00 (GMT)
commit2268289a47c6e3c9a220b53697f9480ec390466f (patch)
tree62cacb41383734c243f7f16a45db07c5620b8a8c /Include/patchlevel.h
parentc4f9823be277b2e3de2315526612276626217743 (diff)
downloadcpython-3.13.0b1.zip
cpython-3.13.0b1.tar.gz
cpython-3.13.0b1.tar.bz2
Python 3.13.0b1v3.13.0b1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 35c595d..179c9f5 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 13
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 6
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.13.0a6+"
+#define PY_VERSION "3.13.0b1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.