svn commit: r193638 - in stable/7: . sys/sys

Fabien Thomas fabient at FreeBSD.org
Sun Jun 7 18:45:05 UTC 2009


Author: fabient
Date: Sun Jun  7 18:45:04 2009
New Revision: 193638
URL: http://svn.freebsd.org/changeset/base/193638

Log:
  Bump sys/param.h for the merge of PmcTools.
  Add a note to rebuild world in UPDATING.
  
  Reviewed by: jkoshy (mentor)

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

Modified: stable/7/UPDATING
==============================================================================
--- stable/7/UPDATING	Sun Jun  7 18:19:04 2009	(r193637)
+++ stable/7/UPDATING	Sun Jun  7 18:45:04 2009	(r193638)
@@ -8,6 +8,10 @@ Items affecting the ports and packages s
 /usr/ports/UPDATING.  Please read that file before running
 portupgrade.
 
+20090606:
+	The components of PmcTools have been upgraded. Please
+	update world and the kernel.
+
 20090521:
 	The k8temp(4) driver has been renamed to amdtemp(4) since               
 	support for K10 and K11 CPU families was added.

Modified: stable/7/sys/sys/param.h
==============================================================================
--- stable/7/sys/sys/param.h	Sun Jun  7 18:19:04 2009	(r193637)
+++ stable/7/sys/sys/param.h	Sun Jun  7 18:45:04 2009	(r193638)
@@ -57,7 +57,7 @@
  *		is created, otherwise 1.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 702102	/* Master, propagated to newvers */
+#define __FreeBSD_version 702103	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-all mailing list