diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-11-27 00:21:17 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-11-27 00:21:17 +0000 |
| commit | fac7a2abd8f59501c4b6c1c92335cdfe530725ff (patch) | |
| tree | 4cbb4421fe4876b48cf5bea89fd0751bcda0e258 /sys | |
| parent | 5e542944684b17f3c460d23bbe1da3077575da66 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 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 |
