Date: Fri, 30 Aug 2024 00:45:28 GMT From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 73da0e55aa90 - releng/13.4 - 13.4: Update to RC2 Message-ID: <202408300045.47U0jSZ4060907@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/13.4 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=73da0e55aa906c86aaade60d0bd8e71a84c6dca2 commit 73da0e55aa906c86aaade60d0bd8e71a84c6dca2 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2024-08-30 00:45:01 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-08-30 00:45:01 +0000 13.4: Update to RC2 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 4323fb23657c..4bb01ad3de32 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -53,7 +53,7 @@ TYPE="FreeBSD" REVISION="13.4" -BRANCH="RC1" +BRANCH="RC2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408300045.47U0jSZ4060907>