summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-06-19 18:55:07 (GMT)
committerThomas Wouters <thomas@python.org>2023-06-19 18:56:16 (GMT)
commitf992a60014b7ca83de038fc64572a63f4eb39c74 (patch)
tree5c8a36688de7ba149d8757362de23b4653b48933 /Include
parent225cc4c043aca472f0c7c78bed1a7524fae5c278 (diff)
downloadcpython-f992a60014b7ca83de038fc64572a63f4eb39c74.zip
cpython-f992a60014b7ca83de038fc64572a63f4eb39c74.tar.gz
cpython-f992a60014b7ca83de038fc64572a63f4eb39c74.tar.bz2
Python 3.12.0b3v3.12.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 a6d20e4..b950076 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 12
#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.12.0b2+"
+#define PY_VERSION "3.12.0b3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.