Date: Sun, 25 Aug 2013 11:01:19 +0000 (UTC) From: Andre Oppermann <andre@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r254844 - head/sys/sys Message-ID: <201308251101.r7PB1Js5022489@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: andre Date: Sun Aug 25 11:01:18 2013 New Revision: 254844 URL: http://svnweb.freebsd.org/changeset/base/254844 Log: Bump FreeBSD_version after the struct mbuf changes in r254780, r254799, r254804, r254807, and r254842. Sponsored by: The FreeBSD Foundation Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ============================================================================== --- head/sys/sys/param.h Sun Aug 25 10:57:48 2013 (r254843) +++ head/sys/sys/param.h Sun Aug 25 11:01:18 2013 (r254844) @@ -58,7 +58,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1000049 /* Master, propagated to newvers */ +#define __FreeBSD_version 1000050 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308251101.r7PB1Js5022489>