svn commit: r266151 - head/sys/sys

Warner Losh imp at FreeBSD.org
Thu May 15 15:50:37 UTC 2014


Author: imp
Date: Thu May 15 15:50:37 2014
New Revision: 266151
URL: http://svnweb.freebsd.org/changeset/base/266151

Log:
  Bump FreeBSD_version for src.opts.mk changes (about a week late).

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu May 15 15:49:16 2014	(r266150)
+++ head/sys/sys/param.h	Thu May 15 15:50:37 2014	(r266151)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100020	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100021	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list