svn commit: r298299 - stable/10/sys/sys

Ed Maste emaste at FreeBSD.org
Tue Apr 19 21:06:40 UTC 2016


Author: emaste
Date: Tue Apr 19 21:06:39 2016
New Revision: 298299
URL: https://svnweb.freebsd.org/changeset/base/298299

Log:
  Bump __FreeBSD_version for kbdcontrol's -P option
  
  MFC'd in r298297

Modified:
  stable/10/sys/sys/param.h

Modified: stable/10/sys/sys/param.h
==============================================================================
--- stable/10/sys/sys/param.h	Tue Apr 19 20:56:45 2016	(r298298)
+++ stable/10/sys/sys/param.h	Tue Apr 19 21:06:39 2016	(r298299)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1003500	/* Master, propagated to newvers */
+#define __FreeBSD_version 1003501	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-stable-10 mailing list