From eb64daea863b1fe3320e10c6c72cbfe7e9ce967b Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 18 May 2018 14:59:04 +0000 Subject: Update stable/11 to BETA2 as part of the 11.2-RELEASE cycle. As 11.2-BETA2 needs to be rebuilt, this commit marks the real point in time for the rename. 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 17ec13d..3117f67 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.2" -BRANCH="BETA1" +BRANCH="BETA2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- cgit v1.1