summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2016-03-25 01:02:12 +0000
committerMarius Strobl <marius@FreeBSD.org>2016-03-25 01:02:12 +0000
commitec968176392c7b9e4c07bd14829f8d8d1b0486f0 (patch)
tree7e4d2f11ee88f3f93897531ed832bde8b9e31f6f
parent8c10bcb466406027144475bc2436bc41b4289194 (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 7182d9bd0430..b9b8d6353053 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -32,7 +32,7 @@
TYPE="FreeBSD"
REVISION="10.3"
-BRANCH="RC3"
+BRANCH="RELEASE"
if [ "X${BRANCH_OVERRIDE}" != "X" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi