commit | d4a95c3bc5a70f43db0abd020a15d8a1a65db961 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 20:22:12 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 21 20:22:12 2015 +0200 |
tree | ade6daf21197879beb575a9c924ef64504b810ed | |
parent | f91328100db34996ed7e7a800bed0a30ff0890dd [diff] [blame] |
patch 7.4.794 Problem: Visual Studio 2015 is not recognized. Solution: Add the version numbers to the makefile. (Taro Muraoka)
diff --git a/src/version.c b/src/version.c index fa4cabf..a29c9fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 794, +/**/ 793, /**/ 792,