svn commit: r188745 - head/sys/sys

Andrew Thompson thompsa at FreeBSD.org
Tue Feb 17 22:17:15 PST 2009


Author: thompsa
Date: Wed Feb 18 06:17:13 2009
New Revision: 188745
URL: http://svn.freebsd.org/changeset/base/188745

Log:
  Bump __FreeBSD_version to 800063 after GENERIC changed to USB2.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed Feb 18 01:37:57 2009	(r188744)
+++ head/sys/sys/param.h	Wed Feb 18 06:17:13 2009	(r188745)
@@ -57,7 +57,7 @@
  *		is created, otherwise 1.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 800062	/* Master, propagated to newvers */
+#define __FreeBSD_version 800063	/* Master, propagated to newvers */
 
 #ifndef LOCORE
 #include <sys/types.h>


More information about the svn-src-head mailing list