aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/newvers.sh
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2018-06-08 21:47:17 +0000
committerGlen Barber <gjb@FreeBSD.org>2018-06-08 21:47:17 +0000
commit858fc6e71acf864d6f3357c08624f3dcdba2dba4 (patch)
tree0bd56a9ea36ef2e2e87db44e51eddc4e49f494e2 /sys/conf/newvers.sh
parent4bf4c60282a5347b6123d0dc625e035b2738f736 (diff)
downloadsrc-858fc6e71acf864d6f3357c08624f3dcdba2dba4.tar.gz
src-858fc6e71acf864d6f3357c08624f3dcdba2dba4.zip
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
Notes
Notes: svn path=/releng/11.2/; revision=334861
Diffstat (limited to 'sys/conf/newvers.sh')
-rw-r--r--sys/conf/newvers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/newvers.sh b/sys/conf/newvers.sh
index 461484603abd..20dd96f0ec07 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