summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-02-11 13:38:43 +0100
committerŁukasz Langa <lukasz@langa.pl>2020-02-11 13:38:43 +0100
commit40ef4fc07e64be93522bc705c3d8a954a62b9ded (patch)
tree5f8cc00f9a1e9fdbd224fc355b2e1a1a87224e7d
parent2cceef562a69f73a9ed7b49600f518ceb3f9a678 (diff)
downloadcpython-git-40ef4fc07e64be93522bc705c3d8a954a62b9ded.tar.gz
Post 3.8.2rc1
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index a40ef8232e..506f43c3e0 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.2rc1"
+#define PY_VERSION "3.8.2rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.