svn commit: r284204 - stable/10/sys/sys

Konstantin Belousov kib at FreeBSD.org
Wed Jun 10 02:28:51 UTC 2015


Author: kib
Date: Wed Jun 10 02:28:50 2015
New Revision: 284204
URL: https://svnweb.freebsd.org/changeset/base/284204

Log:
  Bump __FreeBSD_version for r284203.

Modified:
  stable/10/sys/sys/param.h

Modified: stable/10/sys/sys/param.h
==============================================================================
--- stable/10/sys/sys/param.h	Wed Jun 10 02:27:00 2015	(r284203)
+++ stable/10/sys/sys/param.h	Wed Jun 10 02:28:50 2015	(r284204)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1001517	/* Master, propagated to newvers */
+#define __FreeBSD_version 1001518	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-all mailing list