summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-01 20:17:17 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-01 20:17:17 +0100
commit3292a229402c9892f5ab90645fbfe2b1db342f5b (patch)
tree96db3a52ceef4823435d4cec72b6132d94a01eda /src/version.c
parenta4e0b9785e409e9e660171cea76dfcc5fdafad9b (diff)
downloadvim-git-3292a229402c9892f5ab90645fbfe2b1db342f5b.tar.gz
patch 9.0.0635: build error and compiler warningsv9.0.0635
Problem: Build error and compiler warnings. Solution: Add missing change. Add type casts.
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 e4c46c21b..571eef2e5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 635,
+/**/
634,
/**/
633,