git: af3096f23b1c - releng/13.1 - Bump version.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 22 Mar 2022 16:26:35 UTC
The branch releng/13.1 has been updated by gordon: URL: https://cgit.FreeBSD.org/src/commit/?id=af3096f23b1c69ce242d83b200accc0bdeb30b28 commit af3096f23b1c69ce242d83b200accc0bdeb30b28 Author: Gordon Tetlow <gordon@FreeBSD.org> AuthorDate: 2022-03-22 16:26:07 +0000 Commit: Gordon Tetlow <gordon@FreeBSD.org> CommitDate: 2022-03-22 16:26:07 +0000 Bump version. Approved by: re (implicit), so --- 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 2e6c6f940939..e8704f2a8cf0 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.1" -BRANCH="BETA2" +BRANCH="BETA2-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi