svn commit: r347925 - head/sys/sys
Brooks Davis
brooks at FreeBSD.org
Fri May 17 15:31:29 UTC 2019
Author: brooks
Date: Fri May 17 15:31:28 2019
New Revision: 347925
URL: https://svnweb.freebsd.org/changeset/base/347925
Log:
FCP-101: Bump __FreeBSD_version for device removal.
Bump accidentally omitted from r347924 due to a rebase accident.
Differential Revision: https://reviews.freebsd.org/D20230
Modified:
head/sys/sys/param.h
Modified: head/sys/sys/param.h
==============================================================================
--- head/sys/sys/param.h Fri May 17 15:24:54 2019 (r347924)
+++ head/sys/sys/param.h Fri May 17 15:31:28 2019 (r347925)
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300027 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300028 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
More information about the svn-src-all
mailing list