aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2021-01-14 00:01:30 +0000
committerGlen Barber <gjb@FreeBSD.org>2021-01-14 00:01:30 +0000
commit7ae27c2d6c4fe4f21e1219bb5d8a37cfc932337b (patch)
treee2fec0400e19010225295c918b36b2c5b109ec85
parent818390ce0ca539300dd15d7a817784f1e3f7a9b8 (diff)
downloadsrc-7ae27c2d6c4fe4f21e1219bb5d8a37cfc932337b.tar.gz
src-7ae27c2d6c4fe4f21e1219bb5d8a37cfc932337b.zip
newvers.sh: set to ALPHA1 as part of the 13.0 cycle
Sponsored by: Rubicon Communications, LLC (netgate.com)
-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 b8667844210b..2a0ace45f2f6 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.0"
-BRANCH="CURRENT"
+BRANCH="ALPHA1"
if [ -n "${BRANCH_OVERRIDE}" ]; then
BRANCH=${BRANCH_OVERRIDE}
fi