git: 2a964a7fc34e - releng/14.1 - 14.1: update to BETA3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 May 2024 18:46:45 UTC
The branch releng/14.1 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=2a964a7fc34e43fe29265a5f53c618fb1f4ac4c7 commit 2a964a7fc34e43fe29265a5f53c618fb1f4ac4c7 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-05-17 15:27:12 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-05-17 16:15:43 +0000 14.1: update to BETA3 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 8816eb174865..76028e28d286 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.1" -BRANCH="BETA2" +BRANCH="BETA3" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi