[PATCH] Update to FreeBSD 14.0

[PATCH] Update to FreeBSD 14.0

From: Štěpán Němec
---
 FreeBSD/Makefile | 2 +-
 exman.1          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/FreeBSD/Makefile b/FreeBSD/Makefile
index 6a28ac8e2c7e..0d83604c605d 100644
--- a/FreeBSD/Makefile
+++ b/FreeBSD/Makefile
@@ -1,5 +1,5 @@
 SYSTEM = FreeBSD
-VERSION = 13.2-RELEASE
+VERSION = 14.0-RELEASE
 MIRROR = https://download.FreeBSD.org/ftp/releases/amd64/${VERSION}
 DISTFILES = base.txz
 FILES = ./usr/share/man/man[1-9]/
diff --git a/exman.1 b/exman.1
index ed882bd179ec..1c96bb920e82 100644
--- a/exman.1
+++ b/exman.1
@@ -1,4 +1,4 @@
-.Dd October 16, 2023
+.Dd November 22, 2023
 .Dt EXMAN 1
 .Os
 .
@@ -27,7 +27,7 @@ .Sh DESCRIPTION
 The available systems are as follows:
 .Bl -tag -width "FreeBSD"
 .It Fx
-13.2-RELEASE
+14.0-RELEASE
 .It Linux
 man-pages 6.05
 .It Nx

base-commit: 2b021725b64a1ca1d026518ebfca077abf33e72d
-- 
2.43.0

Re: [PATCH] Update to FreeBSD 14.0

From: june
thanks, applied.