From 4ac31eeff0409de0b1fe2d9e9f678859656ac4ae Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 16 Mar 2018 21:34:25 +0100 Subject: patch 8.0.1610: cannot build without GUI Problem: Cannot build without GUI. Solution: Add #ifdef. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 5f4e2c8a7..eda2a8580 100644 --- a/src/version.c +++ b/src/version.c @@ -766,6 +766,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1610, /**/ 1609, /**/ -- cgit v1.2.1