svn commit: r285987 - releng/10.1/sys/conf

Xin LI delphij at FreeBSD.org
Tue Jul 28 21:43:24 UTC 2015


Author: delphij
Date: Tue Jul 28 21:43:23 2015
New Revision: 285987
URL: https://svnweb.freebsd.org/changeset/base/285987

Log:
  Correct patchlevel.
  
  Noticed by:	Piotr Kubaj
  Approved by:	so

Modified:
  releng/10.1/sys/conf/newvers.sh

Modified: releng/10.1/sys/conf/newvers.sh
==============================================================================
--- releng/10.1/sys/conf/newvers.sh	Tue Jul 28 21:39:58 2015	(r285986)
+++ releng/10.1/sys/conf/newvers.sh	Tue Jul 28 21:43:23 2015	(r285987)
@@ -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


More information about the svn-src-all mailing list