summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-05-30 21:16:21 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-05-30 21:18:15 (GMT)
commit72f00f420afaba3bc873c2a986ca6d07e99fae1f (patch)
tree6f76d0e2bbca71840db5e04e27493de440c9a93a /Include
parent7f6e6abdc43d9b61d81eb26b9fb2073dccf6a3cb (diff)
downloadcpython-72f00f420afaba3bc873c2a986ca6d07e99fae1f.zip
cpython-72f00f420afaba3bc873c2a986ca6d07e99fae1f.tar.gz
cpython-72f00f420afaba3bc873c2a986ca6d07e99fae1f.tar.bz2
Python 3.11.0b2v3.11.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 12c0b81..f10d8d1 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 11
#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.11.0b1+"
+#define PY_VERSION "3.11.0b2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.