svn commit: r271657 - head/sys/sys

Garrett Cooper ngie at FreeBSD.org
Tue Sep 16 00:59:57 UTC 2014


Author: ngie
Date: Tue Sep 16 00:59:56 2014
New Revision: 271657
URL: http://svnweb.freebsd.org/changeset/base/271657

Log:
  Bump __FreeBSD_version for the change made in r271655
  
  PR: 181155
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Tue Sep 16 00:59:08 2014	(r271656)
+++ head/sys/sys/param.h	Tue Sep 16 00:59:56 2014	(r271657)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100032	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100033	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list