From c3fb2eae889ad52b1d812b67401c6c22ad914c82 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 9 Oct 2018 21:54:58 +0000 Subject: [PATCH] Update head from ALPHA8 to ALPHA9 as part of the 12.0-RELEASE cycle. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation --- 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 5e749d52126d..57f7597bf130 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -46,7 +46,7 @@ TYPE="FreeBSD" REVISION="12.0" -BRANCH="ALPHA8" +BRANCH="ALPHA9" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi