diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2017-09-22 15:27:02 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2017-09-22 15:27:02 +0000 |
| commit | b5fbaaf760d0461fb1e0ada51b797cc8c057fb34 (patch) | |
| tree | c11f4e9d0b2a1412b53548535046f25d93d38a22 | |
| parent | 86e188bc8cc13f2b125341e5510ae70aeb6d0ae2 (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..9580cd2fe754 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="10.4" -BRANCH="RC2" +BRANCH="RC1" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi |
