summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-03-26 10:11:11 +0100
committerŁukasz Langa <lukasz@langa.pl>2019-03-26 10:11:11 +0100
commitb4d8f28a8af4f35c951c13a5c29630d1fb401105 (patch)
tree754463f5d3a07945bf10c0ee307c11e4e89c715b /Include/patchlevel.h
parent9f966dfd90a8b11389b52b806073f7c8c44d2137 (diff)
downloadcpython-git-b4d8f28a8af4f35c951c13a5c29630d1fb401105.tar.gz
Post v3.8.0a3
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 610c8a98ed..497dda046a 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.8.0a3"
+#define PY_VERSION "3.8.0a3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.