commit | 2ab6ddb19d4e4e43249710fe7d34b1d821c5fc47 | [log] [tgz] |
---|---|---|
author | Larry Hastings <larry@hastings.org> | Mon Aug 10 18:03:52 2015 -0700 |
committer | Larry Hastings <larry@hastings.org> | Mon Aug 10 18:03:52 2015 -0700 |
tree | c89a31626c672bfedf5fd8bdbbef4aafdcd81bd5 | |
parent | bb8a52a8d37bd8e273eddd050f91e7d423bff3c9 [diff] [blame] |
Post-release bump for Python 3.5.0rc1.
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 30196e7..b454c9b 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.5.0rc1" +#define PY_VERSION "3.5.0rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.