diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-10-19 20:03:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-10-19 20:03:22 (GMT) |
commit | b02f6929344ec3650d859d8e6182cce9d8e37c74 (patch) | |
tree | 582d163d041a02ef14fd715958b6cbc9fef34789 | |
parent | c2f86d86e6c8f5fd1ef602128b537a48f3f5c063 (diff) | |
download | cpython-b02f6929344ec3650d859d8e6182cce9d8e37c74.zip cpython-b02f6929344ec3650d859d8e6182cce9d8e37c74.tar.gz cpython-b02f6929344ec3650d859d8e6182cce9d8e37c74.tar.bz2 |
2.2.17+
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 4bfcdaf..c5a4c14 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.7.17" +#define PY_VERSION "2.7.17+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |