[Midnightbsd-cvs] src [9414] trunk/sys/sys/param.h: bump freebsd version that we are compatible with as well as midnightbsd version after recent kernel changes.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Mar 4 16:49:42 EST 2017


Revision: 9414
          http://svnweb.midnightbsd.org/src/?rev=9414
Author:   laffer1
Date:     2017-03-04 16:49:42 -0500 (Sat, 04 Mar 2017)
Log Message:
-----------
bump freebsd version that we are compatible with as well as midnightbsd version after recent kernel changes.

Modified Paths:
--------------
    trunk/sys/sys/param.h

Modified: trunk/sys/sys/param.h
===================================================================
--- trunk/sys/sys/param.h	2017-03-04 21:46:45 UTC (rev 9413)
+++ trunk/sys/sys/param.h	2017-03-04 21:49:42 UTC (rev 9414)
@@ -51,11 +51,11 @@
  * 		or r is 5-9 in stable after 1.0 is released.
  */
 #undef __MidnightBSD_version
-#define __MidnightBSD_version 9004	/* Master, propagated to newvers */
+#define __MidnightBSD_version 9005	/* Master, propagated to newvers */
 
 /* Version of FreeBSD we're compatible with */
 #undef __FreeBSD_version
-#define __FreeBSD_version 901502
+#define __FreeBSD_version 901504
 
 /*
  * It is tempting to use this macro in userland code when we want to enable



More information about the Midnightbsd-cvs mailing list