git: 0ff73c7796d6 - releng/14.2 - 14.2: Update to BETA2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Nov 2024 00:00:20 UTC
The branch releng/14.2 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=0ff73c7796d646decf3399f9827a7a540600287f commit 0ff73c7796d646decf3399f9827a7a540600287f Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-11-08 00:00:01 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-11-08 00:00:01 +0000 14.2: Update to BETA2 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 385b47891a43..60a042f04d04 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="14.2" -BRANCH="BETA1" +BRANCH="BETA2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi