commit | d94464ee294a351ce7b6ba18e8bd3f24f1bef920 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 02 15:28:18 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 02 15:28:18 2015 +0100 |
tree | 8c3e98bb5e0f82995a6ee8e7a0729a9ec788265c | |
parent | 8a52ba791893fd55c5bdf98825c5b3e8892eaa62 [diff] [blame] |
patch 7.4.907 Problem: Libraries for dynamically loading interfaces can only be defined at compile time. Solution: Add options to specify the dll names. (Kazuki Sakamoto, closes #452)
diff --git a/src/version.c b/src/version.c index 8e20841..9f55109 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 907, +/**/ 906, /**/ 905,