commit | 3d6d5cc3a417c04d9772596ea83f8e6b41321781 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 18:03:32 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 18:03:32 2016 +0100 |
tree | c94cf372d02896acd47f290b0f4a61e0c355a9f3 | |
parent | 5a46a58eb6e50cb5204909cc2202e3400761263f [diff] [blame] |
patch 7.4.1095 Problem: Can't build GvimExt with SDK 7.1. Solution: Support using setenv.bat instead of vcvars32.bat. (Ken Takata)
diff --git a/src/version.c b/src/version.c index e0d94fd..2c92c17 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1095, +/**/ 1094, /**/ 1093,