summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-06-09 18:52:10 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-06-09 18:52:10 (GMT)
commitb484871ba707ae2f9898e22effcd297c19d4c5ea (patch)
treef00ef7010010ae53e401f8349f8b8c46ea81ffb7 /Include/patchlevel.h
parentce5e6f098f8a270e50b989baa75765584573706b (diff)
downloadcpython-b484871ba707ae2f9898e22effcd297c19d4c5ea.zip
cpython-b484871ba707ae2f9898e22effcd297c19d4c5ea.tar.gz
cpython-b484871ba707ae2f9898e22effcd297c19d4c5ea.tar.bz2
Python 3.9.0b3v3.9.0b3
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 b70b0bf..87d7ece 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 2
+#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.9.0b2+"
+#define PY_VERSION "3.9.0b3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.