summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2016-04-04 12:15:06 +0000
committerMarius Strobl <marius@FreeBSD.org>2016-04-04 12:15:06 +0000
commit063aaa4e70d54fffc31962f40ac6526e847d808e (patch)
tree8457fad8ca1f88163042b19aab3783076c0ddf65
parent080344fe4e6917743ce49af92134628cc5d96524 (diff)
Notes
-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 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