diff options
author | Larry Hastings <larry@hastings.org> | 2017-01-16 08:19:36 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2017-01-16 08:19:36 (GMT) |
commit | 51ba5b7d0c194b0c2b1e5d647e70e3538b8dde3e (patch) | |
tree | 1cd9204ffed3603abc5546b950acc76b550ec50c /Include | |
parent | 19431649e05c3ba37e6c4f0faf61ab8402e1a5fb (diff) | |
download | cpython-51ba5b7d0c194b0c2b1e5d647e70e3538b8dde3e.zip cpython-51ba5b7d0c194b0c2b1e5d647e70e3538b8dde3e.tar.gz cpython-51ba5b7d0c194b0c2b1e5d647e70e3538b8dde3e.tar.bz2 |
Version bump for Python 3.5.3.v3.5.3
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index eced80d..77e7249 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 5 #define PY_MICRO_VERSION 3 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.5.3rc1+" +#define PY_VERSION "3.5.3" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |