git: 40cb0344eb27 - stable/13 - release: set stable/13 to ALPHA3 as part of the 13.0 cycle

Glen Barber gjb at FreeBSD.org
Fri Jan 29 00:00:28 UTC 2021


The branch stable/13 has been updated by gjb:

URL: https://cgit.FreeBSD.org/src/commit/?id=40cb0344eb27e0bb9a112ff50812a7e77816d6be

commit 40cb0344eb27e0bb9a112ff50812a7e77816d6be
Author:     Glen Barber <gjb at FreeBSD.org>
AuthorDate: 2021-01-28 23:59:57 +0000
Commit:     Glen Barber <gjb at FreeBSD.org>
CommitDate: 2021-01-28 23:59:57 +0000

    release: set stable/13 to ALPHA3 as part of the 13.0 cycle
    
    Approved by:    re (implicit)
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 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 8739cf6fc498..a40392d91b9b 100644
--- a/sys/conf/newvers.sh
+++ b/sys/conf/newvers.sh
@@ -54,7 +54,7 @@
 
 TYPE="FreeBSD"
 REVISION="13.0"
-BRANCH="ALPHA2"
+BRANCH="ALPHA3"
 if [ -n "${BRANCH_OVERRIDE}" ]; then
 	BRANCH=${BRANCH_OVERRIDE}
 fi


More information about the dev-commits-src-all mailing list