svn commit: r195852 - head/sys/sys

John Baldwin jhb at FreeBSD.org
Fri Jul 24 18:31:05 UTC 2009


Author: jhb
Date: Fri Jul 24 18:31:04 2009
New Revision: 195852
URL: http://svn.freebsd.org/changeset/base/195852

Log:
  Bump __FreeBSD_version for the introduction of OBJT_SG.
  
  Approved by:	re (kensmith)

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Fri Jul 24 16:57:49 2009	(r195851)
+++ head/sys/sys/param.h	Fri Jul 24 18:31:04 2009	(r195852)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 800105	/* Master, propagated to newvers */
+#define __FreeBSD_version 800106	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-head mailing list