summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-06-08 18:41:34 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-06-08 18:41:34 (GMT)
commit0b1a1c8c4c556169799f027a39950de78d726b47 (patch)
treebbdf5c279ead3f53e7518fe02688959cfac68f09 /Include
parent3dc4428a3704b0173ddcf22e01d6b3003e0837a9 (diff)
downloadcpython-0b1a1c8c4c556169799f027a39950de78d726b47.zip
cpython-0b1a1c8c4c556169799f027a39950de78d726b47.tar.gz
cpython-0b1a1c8c4c556169799f027a39950de78d726b47.tar.bz2
Python 3.9.0b2v3.9.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 16b53ba..2526a2b 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 9
#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.9.0b1+"
+#define PY_VERSION "3.9.0b2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.