git: a24b044a1e3b - releng/13.5 - 13.5: Update to RC1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Feb 2025 00:54:25 UTC
The branch releng/13.5 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=a24b044a1e3b2bca2a4ebaa048d388158d6d1a14 commit a24b044a1e3b2bca2a4ebaa048d388158d6d1a14 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2025-02-28 00:48:37 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2025-02-28 00:48:37 +0000 13.5: 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 fee92b14d847..7d74035f3adf 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="13.5" -BRANCH="BETA3" +BRANCH="RC1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi