summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2018-05-18 14:57:06 +0000
committergjb <gjb@FreeBSD.org>2018-05-18 14:57:06 +0000
commitfcab6c1e9f9602099dc6b4b34d38da972a7059bd (patch)
treef410b6d16b28d3b68b02b6aa7f1df8c10ab817d0 /sys
parent52e95f9ad552da8d021dd40fafafeb9c1135f0d7 (diff)
downloadFreeBSD-src-fcab6c1e9f9602099dc6b4b34d38da972a7059bd.zip
FreeBSD-src-fcab6c1e9f9602099dc6b4b34d38da972a7059bd.tar.gz
Revert r333774, which renames stable/11 from BETA1 to BETA2 in
order to address an issue what was discovered with the BETA2 builds. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 3117f67..17ec13d 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -44,7 +44,7 @@
TYPE="FreeBSD"
REVISION="11.2"
-BRANCH="BETA2"
+BRANCH="BETA1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi
OpenPOWER on IntegriCloud