diff src/version.c @ 31555:5aa54cbc6e20 v9.0.1110

patch 9.0.1110: build fails on Mac OS X 10.4/10.5 Commit: https://github.com/vim/vim/commit/254480736f7db3667c7b84873efb49c2cb1d385f Author: Evan Miller <emmiller@gmail.com> Date: Fri Dec 30 10:42:23 2022 +0000 patch 9.0.1110: build fails on Mac OS X 10.4/10.5 Problem: Build fails on Mac OS X 10.4/10.5 . Solution: Check if the dispatch/dispatch.h header exists. (Evan Miller, closes #11746)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Dec 2022 11:45:05 +0100
parents d6291139df83
children e487df006ae1
line wrap: on
line diff
--- 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 */
 /**/
+    1110,
+/**/
     1109,
 /**/
     1108,