From 898ef1835dbebbee4da3e95ef2d80349786cac32 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 11:15:26 +0800 Subject: version.c: update [skip ci] (#24830) Co-authored-by: marvim --- src/nvim/version.c | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 95e275bceb..b6861142cc 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -80,7 +80,7 @@ static const int included_patches[] = { 2406, 2405, 2404, - // 2403, + 2403, 2402, 2401, 2400, @@ -384,7 +384,7 @@ static const int included_patches[] = { 2102, 2101, 2100, - // 2099, + 2099, 2098, 2097, 2096, @@ -413,15 +413,15 @@ static const int included_patches[] = { 2073, 2072, // 2071, - // 2070, - // 2069, - // 2068, - // 2067, - // 2066, + 2070, + 2069, + 2068, + 2067, + 2066, 2065, 2064, 2063, - // 2062, + 2062, 2061, 2060, 2059, @@ -430,16 +430,16 @@ static const int included_patches[] = { 2056, 2055, 2054, - // 2053, + 2053, 2052, 2051, 2050, 2049, - // 2048, - // 2047, - // 2046, + 2048, + 2047, + 2046, 2045, - // 2044, + 2044, 2043, 2042, 2041, -- cgit