commit | 9bd31860521b53ad657c4d6d320d670e30a049f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 22:58:39 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 13 22:58:39 2016 +0200 |
tree | e572d77823a8d2d01672bf579329df631f69a123 | |
parent | 72e697d189616265ecefe0df4509d476df3bae40 [diff] [blame] |
patch 7.4.1934 Problem: New style tests not executed with MinGW compiler. Solution: Add new style test support. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 54c135c..44c5172 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1934, +/**/ 1933, /**/ 1932,