summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-07-29 13:26:01 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-07-29 13:26:01 (GMT)
commit4336222407f4aab5944b8c90a08d9cf644db7aa2 (patch)
treed4e63d30bf991c3b4e4536fa3c09b8977b831c6b /Include
parent36fd7b6f01127bc6a8b4a37a363e0aa9cfd76506 (diff)
downloadcpython-4336222407f4aab5944b8c90a08d9cf644db7aa2.zip
cpython-4336222407f4aab5944b8c90a08d9cf644db7aa2.tar.gz
cpython-4336222407f4aab5944b8c90a08d9cf644db7aa2.tar.bz2
Python 3.8.0b3v3.8.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 00870f9..60fb85e 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 8
#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.8.0b2+"
+#define PY_VERSION "3.8.0b3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.