diff options
author | Larry Hastings <larry@hastings.org> | 2014-03-17 03:13:07 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-03-17 03:13:07 (GMT) |
commit | e41b73caca2b543422f423a2ac07c29de834f44d (patch) | |
tree | bf43bc2ce8c4e2aa9d02ab7f877884e0bdc4a9d9 /Include | |
parent | 84b1e7168c3b718b0598c15c751cf1b23c307660 (diff) | |
download | cpython-e41b73caca2b543422f423a2ac07c29de834f44d.zip cpython-e41b73caca2b543422f423a2ac07c29de834f44d.tar.gz cpython-e41b73caca2b543422f423a2ac07c29de834f44d.tar.bz2 |
Post-release verion bump for 3.4.0(+).
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 ae041c3..72f540d 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.4.0" +#define PY_VERSION "3.4.0+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |