diff options
author | Larry Hastings <larry@hastings.org> | 2016-06-12 20:22:18 -0700 |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2016-06-12 20:22:18 -0700 |
commit | 6e9a96be9e24265638df8aa600e566b306a23a2b (patch) | |
tree | 47b96a085e9de6b4f5995e149b31067a1a48f5eb /Include | |
parent | 17ce5251d3a8b30f0ecb6e4af2480f236a5919a4 (diff) | |
download | cpython-git-6e9a96be9e24265638df8aa600e566b306a23a2b.tar.gz |
Post-release fixups for Python 3.5.2rc1.
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 0176a19d9b..4a7b00367c 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.2rc1" +#define PY_VERSION "3.5.2rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |