diff options
author | Larry Hastings <larry@hastings.org> | 2015-09-12 16:28:39 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-09-12 16:28:39 (GMT) |
commit | f92f6c8e56ae305967f0709e0f3c23bae53143fb (patch) | |
tree | 4f6effb77aa78f2523dd8601b05b76598b159634 /Include/patchlevel.h | |
parent | fcdd34d263170f55482154f0d201d9e27bb51609 (diff) | |
download | cpython-f92f6c8e56ae305967f0709e0f3c23bae53143fb.zip cpython-f92f6c8e56ae305967f0709e0f3c23bae53143fb.tar.gz cpython-f92f6c8e56ae305967f0709e0f3c23bae53143fb.tar.bz2 |
Version bump for Python 3.5.0 final.
Diffstat (limited to 'Include/patchlevel.h')
-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 f0ca3a1..226f9cf 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 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 4 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.5.0rc4+" +#define PY_VERSION "3.5.0" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |