git: 700ff8f05f08 - releng/13.4 - 13.4: Update to RC1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Aug 2024 00:07:22 UTC
The branch releng/13.4 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=700ff8f05f08b1329daa1acc924d0d2885be0822 commit 700ff8f05f08b1329daa1acc924d0d2885be0822 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-08-23 00:06:43 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-08-23 00:06:43 +0000 13.4: 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 9a74c5f15d09..4323fb23657c 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="13.4" -BRANCH="BETA3" +BRANCH="RC1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi