summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorAmaan Q <amaanq12@gmail.com>2023-01-11 21:24:26 +0000
committerBram Moolenaar <Bram@vim.org>2023-01-11 21:24:26 +0000
commit043d7b2c84cda275354aa023b5769660ea70a168 (patch)
tree43567b139c6e8935192f24864d558fcb7b316a97 /src/version.c
parent6481accd4086845cfce7548e06cb797c80587a98 (diff)
patch 9.0.1182: go checksum files are not recognizedv9.0.1182
Problem: go checksum files are not recognized. Solution: Add the name of go checksum files. (Amaan Qureshi, closes #11803)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 898cc6b578..b532948040 100644
--- a/src/version.c
+++ b/src/version.c
@@ -696,6 +696,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1182,
+/**/
1181,
/**/
1180,