diff options
author | gjb <gjb@FreeBSD.org> | 2016-06-17 00:00:45 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-06-17 00:00:45 +0000 |
commit | 049c16e300896437f2a1287596ac39ea509d4471 (patch) | |
tree | 154f8327a8379bcbf27d3135d39929f2cd7db291 | |
parent | 71cb38c340327b7907b35f1febf2b5d1e0449e1d (diff) | |
download | FreeBSD-src-049c16e300896437f2a1287596ac39ea509d4471.zip FreeBSD-src-049c16e300896437f2a1287596ac39ea509d4471.tar.gz |
Update 11.0 to -ALPHA4 in preparation of a new set of snapshot
builds.
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 2d89104..b491c7c 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="11.0" -BRANCH="ALPHA3" +BRANCH="ALPHA4" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi |