commit | 5bcd29b84e4dd6435177f37a544ecbf8df02412c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 05 20:14:43 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 05 20:14:43 2023 +0000 |
tree | 388e0d7638d62bc906975fd0a4fd955d8926c804 | |
parent | 554d0313022c3977c71f7dcbc5c841ef43d988a6 [diff] [blame] |
patch 9.0.1151: build failure Problem: Build failure. Solution: Add missing part of :interface change.
diff --git a/src/version.c b/src/version.c index 8177cab..78fad97 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1151, +/**/ 1150, /**/ 1149,