Date: Fri, 10 May 2024 00:27:34 GMT From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: e3e57ae30ca3 - releng/14.1 - 14.1: update to BETA2 Message-ID: <202405100027.44A0RYHS065841@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/14.1 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=e3e57ae30ca3043d84175ab3b2671702cde005a9 commit e3e57ae30ca3043d84175ab3b2671702cde005a9 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-05-10 00:27:15 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-05-10 00:27:15 +0000 14.1: update to BETA2 Approved by: re (implicit) Sponsored by: https://www.patreon.com/cperciva --- sys/conf/newvers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index ff68b4d3f474..8816eb174865 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.1" -BRANCH="BETA1" +BRANCH="BETA2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405100027.44A0RYHS065841>