diff options
author | gjb <gjb@FreeBSD.org> | 2014-11-14 23:52:06 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2014-11-14 23:52:06 +0000 |
commit | a568265b4eb9497e64d3823a2f96ac8c016329e7 (patch) | |
tree | ad8f645d682328d69064cba8198571f02f2c2294 | |
parent | b81b7af08d5a7e79b1cba290e2f9eeddeca21f30 (diff) | |
download | FreeBSD-src-a568265b4eb9497e64d3823a2f96ac8c016329e7.zip FreeBSD-src-a568265b4eb9497e64d3823a2f96ac8c016329e7.tar.gz |
Switch stable/10 back to -STABLE now that 10.1-RELEASE
is out.
Reminded by: rpaulo
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 7d97b8d..0c1c52b 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="10.1" -BRANCH="PRERELEASE" +BRANCH="STABLE" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |