svn commit: r306592 - head/sys/sys

Andriy Voskoboinyk avos at FreeBSD.org
Sun Oct 2 20:48:13 UTC 2016


Author: avos
Date: Sun Oct  2 20:48:12 2016
New Revision: 306592
URL: https://svnweb.freebsd.org/changeset/base/306592

Log:
  Bump __FreeBSD_version for net80211(4) changes (r306590, r306591).

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sun Oct  2 20:35:55 2016	(r306591)
+++ head/sys/sys/param.h	Sun Oct  2 20:48:12 2016	(r306592)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200011	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200012	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list