diff options
author | Larry Hastings <larry@hastings.org> | 2017-07-25 09:08:36 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2017-07-25 09:08:36 (GMT) |
commit | 73bff8c1e66f3ab711df91cde9d8b54fd9db2f1e (patch) | |
tree | 42f8da7eb7addd0011654b7f71f3712cb1f870fe /Include | |
parent | a6284785da89b4af0664f4f76b7ea43b8f7abb74 (diff) | |
download | cpython-73bff8c1e66f3ab711df91cde9d8b54fd9db2f1e.zip cpython-73bff8c1e66f3ab711df91cde9d8b54fd9db2f1e.tar.gz cpython-73bff8c1e66f3ab711df91cde9d8b54fd9db2f1e.tar.bz2 |
Post-release version bump for 3.5.4rc1.
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 deb6919..64a4715 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.4rc1" +#define PY_VERSION "3.5.4rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |