diff options
author | Larry Hastings <larry@hastings.org> | 2014-03-16 03:57:42 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2014-03-16 03:57:42 (GMT) |
commit | 6b5284fd4e8b76b223520a155a6fefda92359f9c (patch) | |
tree | 82009d7c5988773479b5ec486cea3d0aa4142708 /Include/patchlevel.h | |
parent | 4fe3bd410412f6cf5584f8fadef89151c83347bf (diff) | |
download | cpython-6b5284fd4e8b76b223520a155a6fefda92359f9c.zip cpython-6b5284fd4e8b76b223520a155a6fefda92359f9c.tar.gz cpython-6b5284fd4e8b76b223520a155a6fefda92359f9c.tar.bz2 |
Mark branch as being after Python 3.4.0rc3.
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 2a6e8a8..52b9674 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.4.0rc3" +#define PY_VERSION "3.4.0rc3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |