svn commit: r255305 - head/sys/sys

Pawel Jakub Dawidek pjd at FreeBSD.org
Fri Sep 6 14:34:21 UTC 2013


Author: pjd
Date: Fri Sep  6 14:34:20 2013
New Revision: 255305
URL: http://svnweb.freebsd.org/changeset/base/255305

Log:
  Bump __FreeBSD_version to 1000053 after cap_rights_t change.
  
  Suggested by:	danfe

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Fri Sep  6 14:31:52 2013	(r255304)
+++ head/sys/sys/param.h	Fri Sep  6 14:34:20 2013	(r255305)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1000052	/* Master, propagated to newvers */
+#define __FreeBSD_version 1000053	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list