diff options
author | Benjamin Peterson <benjamin@python.org> | 2019-03-02 19:11:58 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-03-02 19:11:58 (GMT) |
commit | 67988d12ec46c0985e70dd7f6178cf04c2e4fdec (patch) | |
tree | a6ac44f6dc779703ca1ac363080fc5281a919524 | |
parent | 9eb17b1a9fc64d23c887242b908e67ae577297d8 (diff) | |
download | cpython-67988d12ec46c0985e70dd7f6178cf04c2e4fdec.zip cpython-67988d12ec46c0985e70dd7f6178cf04c2e4fdec.tar.gz cpython-67988d12ec46c0985e70dd7f6178cf04c2e4fdec.tar.bz2 |
Post-2.7.16 version bump.
-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 b12d901..a123df8 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.16" +#define PY_VERSION "2.7.16+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |