diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-11-28 04:50:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-11-28 04:50:12 (GMT) |
commit | 68eb3718d9bf12330a02ef896b35413734ff047d (patch) | |
tree | 98e41f90d3ae62b20ff8644dbf523c0345561f14 /Include/patchlevel.h | |
parent | f66a1dd12bc9ea4e05658b53d68e764fd6bebc4b (diff) | |
download | cpython-68eb3718d9bf12330a02ef896b35413734ff047d.zip cpython-68eb3718d9bf12330a02ef896b35413734ff047d.tar.gz cpython-68eb3718d9bf12330a02ef896b35413734ff047d.tar.bz2 |
point in the general direction of 3.1.4
Diffstat (limited to 'Include/patchlevel.h')
-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 9bcab54..61d898c 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.1.3" +#define PY_VERSION "3.1.3+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |