diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-06-25 21:04:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-06-25 21:04:38 (GMT) |
commit | 0c67a5f3bf021beab319969c539125fe89d1ed6c (patch) | |
tree | adbb7a7d6e598ccc8163801441d149ec78c7a3a2 /Include | |
parent | 1d6879bb67e944289362758688f0e55a86fedb6e (diff) | |
download | cpython-0c67a5f3bf021beab319969c539125fe89d1ed6c.zip cpython-0c67a5f3bf021beab319969c539125fe89d1ed6c.tar.gz cpython-0c67a5f3bf021beab319969c539125fe89d1ed6c.tar.bz2 |
post 2.7.12 version
Diffstat (limited to 'Include')
-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 e47005d..ed2f0ee 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.12" +#define PY_VERSION "2.7.12+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |