summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-06-05 14:43:18 (GMT)
committerThomas Wouters <thomas@python.org>2024-06-05 14:46:34 (GMT)
commit3a83b172af1bde6032ecca7c1a2e6b82d06325e1 (patch)
treea65f6c6743539db368e40cc28684dee70186ac27 /Include
parentf561258efd944a1d6a0857ef1a0f171da989ed58 (diff)
downloadcpython-3a83b172af1bde6032ecca7c1a2e6b82d06325e1.zip
cpython-3a83b172af1bde6032ecca7c1a2e6b82d06325e1.tar.gz
cpython-3a83b172af1bde6032ecca7c1a2e6b82d06325e1.tar.bz2
Python 3.13.0b2v3.13.0b2
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 6de3e78..7d04c4a 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 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.13.0b1+"
+#define PY_VERSION "3.13.0b2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.