svn commit: r254844 - head/sys/sys

Andre Oppermann andre at FreeBSD.org
Sun Aug 25 11:01:19 UTC 2013


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,


More information about the svn-src-head mailing list