aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-11-27 00:21:17 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-11-27 00:21:17 +0000
commitfac7a2abd8f59501c4b6c1c92335cdfe530725ff (patch)
tree4cbb4421fe4876b48cf5bea89fd0751bcda0e258 /sys
parent5e542944684b17f3c460d23bbe1da3077575da66 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index a9b666c0c61b..400dd5682b79 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="8.0"
-BRANCH="PRERELEASE"
+BRANCH="STABLE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi