Bump version to 1200075 for zfsloader being folded into loader.

As an aside: 1200074 should be used as the last version with big
endian arm support, should that be needed. it was actually removed
a day later, but no bump was made until now.
This commit is contained in:
imp 2018-07-20 05:34:02 +00:00
parent 08e95249f3
commit 2e338ed14a

View File

@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1200074 /* Master, propagated to newvers */
#define __FreeBSD_version 1200075 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,