summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-07-18 09:35:42 (GMT)
committerThomas Wouters <thomas@python.org>2024-07-18 09:41:38 (GMT)
commit567c38b4eba2e652d4474eed50cb398588245742 (patch)
treea2b6003a4ace4d1523dd78a5b0a00ae89f04beb8 /Include/patchlevel.h
parentafa5321c6c7cbb28cc1f4100ca3213669a01389d (diff)
downloadcpython-3.13.0b4.zip
cpython-3.13.0b4.tar.gz
cpython-3.13.0b4.tar.bz2
Python 3.13.0b4v3.13.0b4
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 d8eb250..92ed362 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 3
+#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.13.0b3+"
+#define PY_VERSION "3.13.0b4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.