bump version to 3.6.0rc1+

This commit is contained in:
Ned Deily 2016-12-16 00:13:46 -05:00
parent daaaff9277
commit 86368b8529
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
#define PY_VERSION "3.6.0rc1"
#define PY_VERSION "3.6.0rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.