git: 7e87e677f474 - releng/13.1 - Bump newvers.sh for 13.1-RC1 advisories
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Apr 2022 03:28:54 UTC
The branch releng/13.1 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=7e87e677f474a9369f96694c1342a187858bfa82 commit 7e87e677f474a9369f96694c1342a187858bfa82 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-04-06 03:28:15 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-04-06 03:28:41 +0000 Bump newvers.sh for 13.1-RC1 advisories Approved by: so, re (implicit) --- 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 e17b4b9cc290..05840388ea4c 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -54,7 +54,7 @@ TYPE="FreeBSD" REVISION="13.1" -BRANCH="RC1" +BRANCH="RC1-p1" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi