git: 087b246271b6 - releng/13.4 - 13.4: Update to RC3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Sep 2024 06:39:30 UTC
The branch releng/13.4 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=087b246271b6caafb7ae88ff7f7f36d5c66ec33c
commit 087b246271b6caafb7ae88ff7f7f36d5c66ec33c
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-09-06 06:39:08 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-09-06 06:39:08 +0000
13.4: Update to RC3
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 9df266dcfb6c..862c89a779f1 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.4"
-BRANCH="RC2-p1"
+BRANCH="RC3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi