From a568265b4eb9497e64d3823a2f96ac8c016329e7 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 14 Nov 2014 23:52:06 +0000 Subject: 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 --- sys/conf/newvers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf') 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 -- cgit v1.1