svn commit: r335237 - head/sys/sys

Conrad Meyer cem at FreeBSD.org
Fri Jun 15 20:57:03 UTC 2018


Author: cem
Date: Fri Jun 15 20:57:02 2018
New Revision: 335237
URL: https://svnweb.freebsd.org/changeset/base/335237

Log:
  Bump __FreeBSD_version after r335227
  
  The kerneldumpheader ABI is used by at least the netdumpd port.  Bump
  __FreeBSD_version to reflect the change.
  
  Reported by:	markj
  Sponsored by:	Dell EMC Isilon

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Fri Jun 15 19:45:15 2018	(r335236)
+++ head/sys/sys/param.h	Fri Jun 15 20:57:02 2018	(r335237)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200068	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200069	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list