diff options
author | gjb <gjb@FreeBSD.org> | 2016-05-27 00:01:48 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-05-27 00:01:48 +0000 |
commit | 1900f6c81f42e0eb2b41a8fef0d8768d7b7be060 (patch) | |
tree | 9b4ff7079a79bfdf6b1c4ebfa81ab2a50a8d130d /sys/conf | |
parent | f44d1abe81bb72e810a135a567b405f8000e16f5 (diff) | |
download | FreeBSD-src-1900f6c81f42e0eb2b41a8fef0d8768d7b7be060.zip FreeBSD-src-1900f6c81f42e0eb2b41a8fef0d8768d7b7be060.tar.gz |
Update head from 11.0-CURRENT to 11.0-ALPHA1, marking the official
start of the code slush.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/conf')
-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 b8aeea5..51c8da6 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="11.0" -BRANCH="CURRENT" +BRANCH="ALPHA1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |