diff options
author | Larry Hastings <larry@hastings.org> | 2017-08-08 11:08:20 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2017-08-08 11:08:20 (GMT) |
commit | 86833a20a52e08bb21c65cc020cc632745273cdc (patch) | |
tree | 721dba1d007d9fa28d414c74c4ff9848697b9487 /Include | |
parent | 3f568389763c205f8779ad75f2cf44ab9782608e (diff) | |
download | cpython-86833a20a52e08bb21c65cc020cc632745273cdc.zip cpython-86833a20a52e08bb21c65cc020cc632745273cdc.tar.gz cpython-86833a20a52e08bb21c65cc020cc632745273cdc.tar.bz2 |
Post-release version bump for 3.5.4 final.
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 e8bb027..81bbd19 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.4" +#define PY_VERSION "3.5.4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |