git: a233f7fadfca - releng/13.3 - 13.3: update to BETA3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Feb 2024 23:56:54 UTC
The branch releng/13.3 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=a233f7fadfca5cf806201a97e1e200054c7e87c3
commit a233f7fadfca5cf806201a97e1e200054c7e87c3
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2024-02-15 23:51:17 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2024-02-15 23:51:17 +0000
13.3: update to BETA3
Approved by: re (implicit)
Sponsored by: https://www.patreon.com/cperciva
---
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 0dd1a0604180..a71331c3bb6f 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -53,7 +53,7 @@
TYPE="FreeBSD"
REVISION="13.3"
-BRANCH="BETA2"
+BRANCH="BETA3"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi