commit | dad937f77ff84e864ee154379ce199340972040a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 27 21:05:54 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 27 21:05:54 2012 +0200 |
tree | d179c0078f8f81a61b1e6772b96a574415a35797 | |
parent | 6c35beaa11d38fc0c37a3d209295772313b12003 [diff] [blame] |
updated for version 7.3.616 Problem: Can't compile without +visual. Solution: Add #ifdef.
diff --git a/src/version.c b/src/version.c index eecc4d8..b39f5c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -715,6 +715,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 616, +/**/ 615, /**/ 614,