svn commit: r187370 - stable/7/sys/sys

Stanislav Sedov stas at FreeBSD.org
Sat Jan 17 11:52:11 PST 2009


Author: stas
Date: Sat Jan 17 19:52:09 2009
New Revision: 187370
URL: http://svn.freebsd.org/changeset/base/187370

Log:
  - Bump __FreeBSD_version after cpuctl MFC.

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

Modified: stable/7/sys/sys/param.h
==============================================================================
--- stable/7/sys/sys/param.h	Sat Jan 17 18:57:12 2009	(r187369)
+++ stable/7/sys/sys/param.h	Sat Jan 17 19:52:09 2009	(r187370)
@@ -57,7 +57,7 @@
  *		is created, otherwise 1.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 701101	/* Master, propagated to newvers */
+#define __FreeBSD_version 701102	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-stable mailing list