svn commit: r282256 - head/sys/sys

Michael Gmelin grembo at FreeBSD.org
Wed Apr 29 22:50:41 UTC 2015


Author: grembo (ports committer)
Date: Wed Apr 29 22:50:41 2015
New Revision: 282256
URL: https://svnweb.freebsd.org/changeset/base/282256

Log:
  Bump __FreeBSD_version for smb(4) changes in r281985
  
  Differential Revision:	https://reviews.freebsd.org/D2398
  Reviewed by:	bapt, flo
  Approved by:	bapt, flo

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed Apr 29 22:46:30 2015	(r282255)
+++ head/sys/sys/param.h	Wed Apr 29 22:50:41 2015	(r282256)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100070	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100071	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list