svn commit: r360796 - head/sys/sys

Emmanuel Vadot manu at FreeBSD.org
Thu May 7 19:51:54 UTC 2020


Author: manu
Date: Thu May  7 19:51:53 2020
New Revision: 360796
URL: https://svnweb.freebsd.org/changeset/base/360796

Log:
  Bump __FreeBSD_version after linuxkpi changes
  
  Requested by: zeising

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu May  7 19:38:39 2020	(r360795)
+++ head/sys/sys/param.h	Thu May  7 19:51:53 2020	(r360796)
@@ -60,7 +60,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1300093	/* Master, propagated to newvers */
+#define __FreeBSD_version 1300094	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list