commit | f109bf93c9402e4e3122a7ae7846e6feae4fa222 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Mon Sep 25 21:05:00 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Mon Sep 25 21:05:00 2023 +0200 |
tree | d47b6bc4bdf86ec005297f7e21b80d65201eb6fd | |
parent | c1946267f22efe3ec5eb0a1a914f30782a538983 [diff] |
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 <cb@256bit.org> Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
diff --git a/src/version.c b/src/version.c index e48c564..6543bd2 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1943, +/**/ 1942, /**/ 1941,