summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-05-07 14:56:31 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-05-07 14:56:31 (GMT)
commit14987d4dc86d1dceffdb05863c632ceb81545fcb (patch)
treeb5322d695a64acf5753fdeb7291d8331476ff6a9 /Include/patchlevel.h
parentbbbdc2bb656c8e9c96a6e53697cb19595837d13b (diff)
downloadcpython-14987d4dc86d1dceffdb05863c632ceb81545fcb.zip
cpython-14987d4dc86d1dceffdb05863c632ceb81545fcb.tar.gz
cpython-14987d4dc86d1dceffdb05863c632ceb81545fcb.tar.bz2
Post v3.8.0a4
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index c0a1a6f..da787f2 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.8.0a4"
+#define PY_VERSION "3.8.0a4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.