summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-09-10 18:31:51 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-10 18:31:51 +0200
commit24a95f42b8469944a1e74838438ac8f1d86f9450 (patch)
treec4f4511b0ea77d487b3627ad6434c2c40d5a4c35 /src
parente7833e73471a110c7c38c80935e1b840f254a3da (diff)
patch 9.0.1892: CI: no FreeBSD 14 supportv9.0.1892
Problem: CI: no FreeBSD 14 support Solution: Drop support for FreeBSD 12, add FreeBSD 14 closes: #13059 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index faeabfa6c6..40f7fe944c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1892,
+/**/
1891,
/**/
1890,