svn commit: r329450 - stable/11/sys/sys
Hans Petter Selasky
hselasky at FreeBSD.org
Sat Feb 17 09:58:54 UTC 2018
Author: hselasky
Date: Sat Feb 17 09:58:53 2018
New Revision: 329450
URL: https://svnweb.freebsd.org/changeset/base/329450
Log:
Bump the FreeBSD version after r329383 to indicate that the
cmpxchg() macro is now fully functional in the LinuxKPI.
This is a direct commit.
Sponsored by: Mellanox Technologies
Modified:
stable/11/sys/sys/param.h
Modified: stable/11/sys/sys/param.h
==============================================================================
--- stable/11/sys/sys/param.h Sat Feb 17 09:03:11 2018 (r329449)
+++ stable/11/sys/sys/param.h Sat Feb 17 09:58:53 2018 (r329450)
@@ -58,7 +58,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1101509 /* Master, propagated to newvers */
+#define __FreeBSD_version 1101510 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-stable
mailing list