diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-09-16 11:31:32 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2017-09-16 11:31:32 -0700 |
commit | 7795321c566322513892543a80a5b06adbe3b04d (patch) | |
tree | 67e5996c01d173f91e10a0891d6d060cf6f27aa7 | |
parent | 553798722046defeef0584738b1e3b536929ee73 (diff) | |
download | cpython-git-7795321c566322513892543a80a5b06adbe3b04d.tar.gz |
a post 2.7.14 world
-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 8d05b91f01..4d6e83459f 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.14" +#define PY_VERSION "2.7.14+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |