svn commit: r308874 - head/sys/sys

Justin Hibbits jhibbits at FreeBSD.org
Sun Nov 20 06:11:32 UTC 2016


Author: jhibbits
Date: Sun Nov 20 06:11:30 2016
New Revision: 308874
URL: https://svnweb.freebsd.org/changeset/base/308874

Log:
  Actually bump __FreeBSD_version

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sun Nov 20 06:10:12 2016	(r308873)
+++ head/sys/sys/param.h	Sun Nov 20 06:11:30 2016	(r308874)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1200014	/* Master, propagated to newvers */
+#define __FreeBSD_version 1200015	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list