diff options
author | gjb <gjb@FreeBSD.org> | 2015-08-14 12:08:20 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2015-08-14 12:08:20 +0000 |
commit | 8445fe493e52fb647548d114f983df1bc7a99b23 (patch) | |
tree | c3d148315e3fb617c5dacc5c437d67154c889299 | |
parent | 700151794ad414f9e3432e63714d8b0b0a98038d (diff) | |
download | FreeBSD-src-8445fe493e52fb647548d114f983df1bc7a99b23.zip FreeBSD-src-8445fe493e52fb647548d114f983df1bc7a99b23.tar.gz |
Call stable/10 STABLE again, now that 10.2-RELEASE is out.
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 e9e1413..55ac59b 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="10.2" -BRANCH="PRERELEASE" +BRANCH="STABLE" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |