commit | 59eb016dff3fd4f764cfe326c80a9b840f0e1a02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 10 18:17:44 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 10 18:17:44 2017 +0100 |
tree | 31f061ac7c7af9533c082c71fd97bddaeef8588b | |
parent | 74240d3febd1e3bc7cf086c647c9348b20716c33 [diff] [blame] |
patch 8.0.1385: Python 3.5 is getting old Problem: Python 3.5 is getting old. Solution: Make Python 3.6 the default. (Ken Takata, closes #2429)
diff --git a/src/version.c b/src/version.c index de535e0..7c55df0 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1385, +/**/ 1384, /**/ 1383,