From f790d224e93e5fc1c60c94549e74ad5d240b4c16 Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 8 Jun 2018 21:47:17 +0000 Subject: Switch releng/11.2 to RC2 as part of the 11.2-RELEASE cycle, following r334860. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation --- sys/conf/newvers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf') diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh index 4614846..20dd96f 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -44,7 +44,7 @@ TYPE="FreeBSD" REVISION="11.2" -BRANCH="RC1" +BRANCH="RC2" if [ -n "${BRANCH_OVERRIDE}" ]; then BRANCH=${BRANCH_OVERRIDE} fi -- cgit v1.1