diff options
author | Marius Strobl <marius@FreeBSD.org> | 2016-04-04 12:15:06 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2016-04-04 12:15:06 +0000 |
commit | 063aaa4e70d54fffc31962f40ac6526e847d808e (patch) | |
tree | 8457fad8ca1f88163042b19aab3783076c0ddf65 | |
parent | 080344fe4e6917743ce49af92134628cc5d96524 (diff) |
Notes
-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 70babeca267b..0cf59152714c 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="10.3" -BRANCH="PRERELEASE" +BRANCH="STABLE" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |