The branch main has been updated by gjb:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=7ae27c2d6c4fe4f21e1219bb5d8a37cfc932337b

commit 7ae27c2d6c4fe4f21e1219bb5d8a37cfc932337b
Author:     Glen Barber <g...@freebsd.org>
AuthorDate: 2021-01-14 00:01:30 +0000
Commit:     Glen Barber <g...@freebsd.org>
CommitDate: 2021-01-14 00:01:30 +0000

    newvers.sh: set to ALPHA1 as part of the 13.0 cycle
    
    Sponsored by:   Rubicon Communications, LLC (netgate.com)
---
 sys/conf/newvers.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"

Reply via email to