summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-02-16 13:45:09 +0100
committerBram Moolenaar <Bram@vim.org>2019-02-16 13:45:09 +0100
commit0a1b17bbec8f71beaab1d58b4c054ab4320f3bb2 (patch)
tree4cd184c561bbe26f4ed95a3036f17fc429f39693 /src/version.c
parent5acd9872580a12ca1138275bf65d1cb9349e2a53 (diff)
patch 8.1.0930: typo in Makefilev8.1.0930
Problem: Typo in Makefile. Solution: Change ABORT_CLFAGS to ABORT_CFLAGS. (Kuang-che Wu, closes #3977)
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 8a7ab7f5bf..e2b6f7a611 100644
--- a/src/version.c
+++ b/src/version.c
@@ -784,6 +784,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 930,
+/**/
929,
/**/
928,