commit | dd905a2ae14bf2ee59a068f1c3acbca1ff0b7067 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 22:26:04 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 22:26:04 2016 +0200 |
tree | 940a166996e002ca0b32bb5cf19f82d379213a34 | |
parent | a5d4121eed942bbbc672a7b00bf20866c17dc858 [diff] [blame] |
patch 7.4.2311 Problem: Appveyor 64 bit build still using Python 3.4 Solution: Switch to Python 3.5. (Ken Takata, closes #1032)
diff --git a/src/version.c b/src/version.c index 784b405..ff7f236 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2311, +/**/ 2310, /**/ 2309,