svn commit: r253638 - head/sys/sys

Rui Paulo rpaulo at FreeBSD.org
Thu Jul 25 03:55:50 UTC 2013


Author: rpaulo
Date: Thu Jul 25 03:55:50 2013
New Revision: 253638
URL: http://svnweb.freebsd.org/changeset/base/253638

Log:
  Bump __FreeBSD_version for the addition of libusb's pkgconf files.

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Thu Jul 25 03:54:08 2013	(r253637)
+++ head/sys/sys/param.h	Thu Jul 25 03:55:50 2013	(r253638)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1000039	/* Master, propagated to newvers */
+#define __FreeBSD_version 1000040	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list