summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-10-01 22:49:40 +0200
committerŁukasz Langa <lukasz@langa.pl>2019-10-01 22:49:40 +0200
commit3b2f4e9790cdac4993c45ea68fbc76a2b11ea6f5 (patch)
treecb03798e95a066c6ac5c43ebe4c3d6793e624de4 /Include/patchlevel.h
parent34214de6ab9ebcb5d63d0e116800d5ee535a38cb (diff)
downloadcpython-git-3b2f4e9790cdac4993c45ea68fbc76a2b11ea6f5.tar.gz
Post v3.8.0rc1
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 052cd45f47..a441413074 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.8.0rc1"
+#define PY_VERSION "3.8.0rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.