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

Ian Lepore ian at FreeBSD.org
Sat Jan 3 20:29:49 UTC 2015


Author: ian
Date: Sat Jan  3 20:29:47 2015
New Revision: 276633
URL: https://svnweb.freebsd.org/changeset/base/276633

Log:
  Bump version after r276312 brought in new ARM arch constants that some
  ports need to compile correctly.

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

Modified: stable/10/sys/sys/param.h
==============================================================================
--- stable/10/sys/sys/param.h	Sat Jan  3 19:38:37 2015	(r276632)
+++ stable/10/sys/sys/param.h	Sat Jan  3 20:29:47 2015	(r276633)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1001504	/* Master, propagated to newvers */
+#define __FreeBSD_version 1001505	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-stable-10 mailing list