commit | 6384c5db8dda70076c878d393ba19a1510695228 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 22:06:35 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 22:06:35 2016 +0200 |
tree | d58c7b41c533e597255fc6ff73c8e2a2200c9f9a | |
parent | 100f5c90f4d4fb40bc3aeabc35192db371f5988f [diff] [blame] |
patch 7.4.2340 Problem: MS-Windows: Building with Ruby uses old version. Solution: Update to 2.2.X. Use clearer name for the API version. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 9214ce7..7dba27a 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2340, +/**/ 2339, /**/ 2338,