diff options
author | gjb <gjb@FreeBSD.org> | 2018-05-17 23:59:56 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2018-05-17 23:59:56 +0000 |
commit | 7dc8094aa2ba371ed6a605a99e00ca89b0f190db (patch) | |
tree | 7ff7229a8379642c325eba78b4eae72e6c265652 | |
parent | 94ba28c9afcb42bbba6ab09c78024dd76b1202ff (diff) | |
download | FreeBSD-src-7dc8094aa2ba371ed6a605a99e00ca89b0f190db.zip FreeBSD-src-7dc8094aa2ba371ed6a605a99e00ca89b0f190db.tar.gz |
Update stable/11 to BETA2 as part of the 11.2-RELEASE cycle.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
-rw-r--r-- | sys/conf/newvers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |