svn commit: r336538 - head/sys/sys

Warner Losh imp at FreeBSD.org
Fri Jul 20 05:34:03 UTC 2018


Author: imp
Date: Fri Jul 20 05:34:02 2018
New Revision: 336538
URL: https://svnweb.freebsd.org/changeset/base/336538

Log:
  Bump version to 1200075 for zfsloader being folded into loader.
  
  As an aside: 1200074 should be used as the last version with big
  endian arm support, should that be needed. it was actually removed
  a day later, but no bump was made until now.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Fri Jul 20 05:26:36 2018	(r336537)
+++ head/sys/sys/param.h	Fri Jul 20 05:34:02 2018	(r336538)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200074	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200075	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list