commit | 12babe45a389cd1ea8befd5b06239e877b4abbba | [log] [tgz] |
---|---|---|
author | mgramigna <mgramigna@mitre.org> | Thu Nov 17 18:30:16 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 17 18:30:16 2022 +0000 |
tree | d8bb375d65fafe5a1367a88998e3893d16c60e8f | |
parent | 1d8765daba6f4b3b7fcf51a77e9d1ba0090c826e [diff] [blame] |
patch 9.0.0897: Clinical Quality Language files are not recognized Problem: Clinical Quality Language files are not recognized. Solution: Add the "*.cql" pattern. (Matthew Gramigna, closes #11452)
diff --git a/src/version.c b/src/version.c index e3af095..1f79562 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 897, +/**/ 896, /**/ 895,