svn commit: r237631 - head/sys/sys

Gabor Kovesdan gabor at FreeBSD.org
Wed Jun 27 06:08:03 UTC 2012


Author: gabor
Date: Wed Jun 27 06:08:02 2012
New Revision: 237631
URL: http://svn.freebsd.org/changeset/base/237631

Log:
  - Bump __FreeBSD_version: default sort is BSD sort

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Wed Jun 27 06:00:58 2012	(r237630)
+++ head/sys/sys/param.h	Wed Jun 27 06:08:02 2012	(r237631)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1000013	/* Master, propagated to newvers */
+#define __FreeBSD_version 1000014	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list