commit | f49e5640821d8ef752fb50d99edcf40bb62a4d4d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 17:46:53 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 19 17:46:53 2020 +0200 |
tree | 4aaa93000ae30bae32bd7823de49a319798843b4 | |
parent | 7e0868efcf094f2cc59fa4e18af3a8dc7aedd64f [diff] [blame] |
patch 8.2.0603: configure does not detect moonjit Problem: Configure does not detect moonjit. Solution: Add check for moonjit. (Shlomi Fish, closes #5947)
diff --git a/src/version.c b/src/version.c index 66f5365..c2e4928 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 603, +/**/ 602, /**/ 601,