git: 3383279318c0 - releng/14.3 - 14.3: Update to RC1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 May 2025 00:00:18 UTC
The branch releng/14.3 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=3383279318c0564d405c64516cdd127bc2a0dd9f commit 3383279318c0564d405c64516cdd127bc2a0dd9f Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-05-30 00:00:00 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-05-29 22:54:06 +0000 14.3: Update to RC1 Approved by: re (implicit) Sponsored by: Amazon --- 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 8c988150f902..1ebacc6cc176 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.3" -BRANCH="BETA4" +BRANCH="RC1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi