From 2e338ed14ac6350205111b573a2a514e0aa528e6 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 20 Jul 2018 05:34:02 +0000 Subject: [PATCH] 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. --- sys/sys/param.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/param.h b/sys/sys/param.h index a9a7c23ed3e1..4798ac50e04a 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -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,