diff options
author | Larry Hastings <larry@hastings.org> | 2020-08-22 02:56:06 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2020-08-22 02:56:06 (GMT) |
commit | 6c065594c720fdd4783a4284cb9f2eebcb2c10bd (patch) | |
tree | 978272eb6f22114fe9e569be23f7528d7fa7dc5d | |
parent | e53c98563824cbb2f296f1de1f2185a7b5271cd6 (diff) | |
download | cpython-6c065594c720fdd4783a4284cb9f2eebcb2c10bd.zip cpython-6c065594c720fdd4783a4284cb9f2eebcb2c10bd.tar.gz cpython-6c065594c720fdd4783a4284cb9f2eebcb2c10bd.tar.bz2 |
Post-release update for 3.5.10rc1.
-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 05ab0c7..1062ac9 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.10rc1" +#define PY_VERSION "3.5.10rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |