summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-02-18 12:01:01 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-02-18 12:01:01 (GMT)
commit9d839840853bc8b3d665e46a8e06b64ac1924f47 (patch)
treecf9b5e46d41a319855cf82e41ddb240a159bed65 /Include
parente40b7dc63b06b5c031c9c6dc121a5ead4147b499 (diff)
downloadcpython-9d839840853bc8b3d665e46a8e06b64ac1924f47.zip
cpython-9d839840853bc8b3d665e46a8e06b64ac1924f47.tar.gz
cpython-9d839840853bc8b3d665e46a8e06b64ac1924f47.tar.bz2
Post 3.8.2rc2
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index fc1c0f5..bbdb7a2 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.8.2rc2"
+#define PY_VERSION "3.8.2rc2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.