commit | 043d7b2c84cda275354aa023b5769660ea70a168 | [log] [tgz] |
---|---|---|
author | Amaan Q <amaanq12@gmail.com> | Wed Jan 11 21:24:26 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 11 21:24:26 2023 +0000 |
tree | 43567b139c6e8935192f24864d558fcb7b316a97 | |
parent | 6481accd4086845cfce7548e06cb797c80587a98 [diff] [blame] |
patch 9.0.1182: go checksum files are not recognized Problem: go checksum files are not recognized. Solution: Add the name of go checksum files. (Amaan Qureshi, closes #11803)
diff --git a/src/version.c b/src/version.c index 898cc6b..b532948 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1182, +/**/ 1181, /**/ 1180,