diff options
author | Ned Deily <nad@python.org> | 2018-03-28 09:19:31 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2018-03-28 09:19:31 (GMT) |
commit | f59c0932b4e160f279fb98de4cdad2f58269e0a5 (patch) | |
tree | b59bbb577e47eeb4ff40ebdcf4f6e7d41b69f234 /Include | |
parent | db65936a40e13144ec5307d16755a954f6a36b7e (diff) | |
download | cpython-3.6.5.zip cpython-3.6.5.tar.gz cpython-3.6.5.tar.bz2 |
3.6.5finalv3.6.5
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 7ed3ea0..3dd89f6 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 5 -#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.6.5rc1" +#define PY_VERSION "3.6.5" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |