From ad353244f2308b73c2e5d9b50ead693f927337b4 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 22 Oct 2022 12:23:12 +0100 Subject: [PATCH] patch 9.0.0818 --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/version.c b/src/version.c index e9f9f1260..ae48781af 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 818, /**/ 817, /**/ -- 2.40.0