diff options
author | Marius Strobl <marius@FreeBSD.org> | 2017-09-29 00:01:06 +0000 |
---|---|---|
committer | Marius Strobl <marius@FreeBSD.org> | 2017-09-29 00:01:06 +0000 |
commit | afca0a021557f29db51c980fc9710b851d16f3bd (patch) | |
tree | e15dbaa188814fb55c70445618c67ee914493569 | |
parent | 89a22c105dbc5be388c72d136fc3451aea027430 (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 769f7aceb690..a7038d80064e 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="10.4" -BRANCH="RC2" +BRANCH="RELEASE" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |