svn commit: r290715 - head/sys/sys

Randall Stewart rrs at FreeBSD.org
Thu Nov 12 10:48:32 UTC 2015


Author: rrs
Date: Thu Nov 12 10:48:31 2015
New Revision: 290715
URL: https://svnweb.freebsd.org/changeset/base/290715

Log:
  Bump version number since callout_stop() macro now has new NULL arg.
  Thanks Hans for spotting this!

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Nov 12 10:31:14 2015	(r290714)
+++ head/sys/sys/param.h	Thu Nov 12 10:48:31 2015	(r290715)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100089	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100090	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list