From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Mon, 25 Sep 2023 19:05:00 +0000 (+0200) Subject: patch 9.0.1943: CI not run with clang-17 X-Git-Tag: v9.0.1943^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f109bf93c9402e4e3122a7ae7846e6feae4fa222;p=thirdparty%2Fvim.git patch 9.0.1943: CI not run with clang-17 Problem: CI not run with clang-17 Solution: Update CI to use clang-17 closes: #12745 Signed-off-by: Christian Brabandt Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com> --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3ed8acb10..8c2e5396b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: env: CC: ${{ matrix.compiler }} GCC_VER: 13 - CLANG_VER: 16 + CLANG_VER: 17 TEST: test SRCDIR: ./src LEAK_CFLAGS: -DEXITFREE diff --git a/src/version.c b/src/version.c index e48c564e81..6543bd240e 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1943, /**/ 1942, /**/