svn commit: r248210 - head/sys/sys
Attilio Rao
attilio at FreeBSD.org
Tue Mar 12 14:30:36 UTC 2013
Author: attilio
Date: Tue Mar 12 14:30:36 2013
New Revision: 248210
URL: http://svnweb.freebsd.org/changeset/base/248210
Log:
Bump __FreeBSD_version after r248084, breaking VM KPI to introduce
read/write lockers.
Sponsored by: EMC / Isilon storage division
Requested by: flo
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h Tue Mar 12 14:21:52 2013 (r248209)
+++ head/sys/sys/param.h Tue Mar 12 14:30:36 2013 (r248210)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1000029 /* Master, propagated to newvers */
+#define __FreeBSD_version 1000030 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-head
mailing list