From 17909a47b24fdae1f4e1208b59cb974fea4bcdbf Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 28 Jul 2015 21:43:23 +0000 Subject: [PATCH] Correct patchlevel. Noticed by: Piotr Kubaj Approved by: 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 ea52feaa62c..886aac693b8 100644 --- a/sys/conf/newvers.sh +++ b/sys/conf/newvers.sh @@ -32,7 +32,7 @@ TYPE="FreeBSD" REVISION="10.1" -BRANCH="RELEASE-p15" +BRANCH="RELEASE-p16" if [ "X${BRANCH_OVERRIDE}" != "X" ]; then BRANCH=${BRANCH_OVERRIDE} fi