commit | 6b5284fd4e8b76b223520a155a6fefda92359f9c | [log] [tgz] |
---|---|---|
author | Larry Hastings <larry@hastings.org> | Sat Mar 15 20:57:42 2014 -0700 |
committer | Larry Hastings <larry@hastings.org> | Sat Mar 15 20:57:42 2014 -0700 |
tree | 82009d7c5988773479b5ec486cea3d0aa4142708 | |
parent | 4fe3bd410412f6cf5584f8fadef89151c83347bf [diff] [blame] |
Mark branch as being after Python 3.4.0rc3.
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.