svn commit: r254887 - head/sys/sys

Jean-Sebastien Pedron dumbbell at FreeBSD.org
Sun Aug 25 20:01:22 UTC 2013


Author: dumbbell
Date: Sun Aug 25 20:01:21 2013
New Revision: 254887
URL: http://svnweb.freebsd.org/changeset/base/254887

Log:
  Bump __FreeBSD_version to 1000051 after Radeon KMS driver import

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Sun Aug 25 19:39:31 2013	(r254886)
+++ head/sys/sys/param.h	Sun Aug 25 20:01:21 2013	(r254887)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1000050	/* Master, propagated to newvers */
+#define __FreeBSD_version 1000051	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list