svn commit: r251687 - stable/9/sys/sys

Brooks Davis brooks at FreeBSD.org
Thu Jun 13 15:45:55 UTC 2013


Author: brooks
Date: Thu Jun 13 15:45:54 2013
New Revision: 251687
URL: http://svnweb.freebsd.org/changeset/base/251687

Log:
  Bump __FreeBSD_version to bound boostrapping of ctfmerge which was fixed
  in r249243.

Modified:
  stable/9/sys/sys/param.h

Modified: stable/9/sys/sys/param.h
==============================================================================
--- stable/9/sys/sys/param.h	Thu Jun 13 14:38:29 2013	(r251686)
+++ stable/9/sys/sys/param.h	Thu Jun 13 15:45:54 2013	(r251687)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 901504	/* Master, propagated to newvers */
+#define __FreeBSD_version 901505	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list