summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-05-31 12:29:21 +0100
committerPablo Galindo <pablogsal@gmail.com>2021-05-31 12:30:34 +0100
commit317314165a0b98c851c7774150f8121ad7e99254 (patch)
treeee07bce2abf28d26738bb273702887b3ffcf1ca5 /Include/patchlevel.h
parent7fe9cad606a4ac7ac138528dcd19546394bc5a44 (diff)
downloadcpython-git-3.10.0b2.tar.gz
Python 3.10.0b2v3.10.0b2
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 cbfa3d9bd2..6abd937895 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 10
#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.10.0b1+"
+#define PY_VERSION "3.10.0b2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.