svn commit: r256776 - head/sys/sys

Colin Percival cperciva at FreeBSD.org
Sat Oct 19 21:55:43 UTC 2013


Author: cperciva
Date: Sat Oct 19 21:55:42 2013
New Revision: 256776
URL: http://svnweb.freebsd.org/changeset/base/256776

Log:
  Bump __FreeBSD_version to 1100001 for addition of support for "first boot"
  rc.d scripts, so that ports can make use of this.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sat Oct 19 21:37:06 2013	(r256775)
+++ head/sys/sys/param.h	Sat Oct 19 21:55:42 2013	(r256776)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100000	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100001	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list