svn commit: r261881 - head/sys/sys

Dimitry Andric dim at FreeBSD.org
Fri Feb 14 08:42:39 UTC 2014


Author: dim
Date: Fri Feb 14 08:42:39 2014
New Revision: 261881
URL: http://svnweb.freebsd.org/changeset/base/261881

Log:
  Bump __FreeBSD_version after the libc++ 3.4 ABI compatibility fix in
  r261801.
  
  Requested by:	portmgr

Modified:
  head/sys/sys/param.h

Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h	Fri Feb 14 08:31:16 2014	(r261880)
+++ head/sys/sys/param.h	Fri Feb 14 08:42:39 2014	(r261881)
@@ -58,7 +58,7 @@
  *		in the range 5 to 9.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1100007	/* Master, propagated to newvers */
+#define __FreeBSD_version 1100008	/* Master, propagated to newvers */
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,


More information about the svn-src-head mailing list