From: rrs Date: Thu, 12 Nov 2015 10:48:31 +0000 (+0000) Subject: Bump version number since callout_stop() macro now has new NULL arg. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4f0523c6dafdad25e174d997ee708785fc42500b;p=people%2Fliuw%2Ffreebsd.git Bump version number since callout_stop() macro now has new NULL arg. Thanks Hans for spotting this! --- diff --git a/sys/sys/param.h b/sys/sys/param.h index 3e3d72124bb..657c557d768 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -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,