commit | 6e9a96be9e24265638df8aa600e566b306a23a2b | [log] [tgz] |
---|---|---|
author | Larry Hastings <larry@hastings.org> | Sun Jun 12 20:22:18 2016 -0700 |
committer | Larry Hastings <larry@hastings.org> | Sun Jun 12 20:22:18 2016 -0700 |
tree | 47b96a085e9de6b4f5995e149b31067a1a48f5eb | |
parent | 17ce5251d3a8b30f0ecb6e4af2480f236a5919a4 [diff] [blame] |
Post-release fixups for Python 3.5.2rc1.
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 0176a19..4a7b003 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.