diff options
author | Larry Hastings <larry@hastings.org> | 2019-10-29 06:42:44 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2019-10-29 06:42:44 (GMT) |
commit | 58ae08d9ecfbdb8558235d9f2a29567b2a866edb (patch) | |
tree | 459d92f1602673cea9f198c36fb47a4f0377cd99 | |
parent | ac39a516017c80993309f803441c8ee97c44838e (diff) | |
download | cpython-58ae08d9ecfbdb8558235d9f2a29567b2a866edb.zip cpython-58ae08d9ecfbdb8558235d9f2a29567b2a866edb.tar.gz cpython-58ae08d9ecfbdb8558235d9f2a29567b2a866edb.tar.bz2 |
Post release updates for 3.5.8 final.
-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 7a06532..8198742 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.5.8" +#define PY_VERSION "3.5.8+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |