diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-03-29 11:19:02 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-03-29 11:19:32 +0000 |
commit | d69af4758be912625ec08656ba64eb90a98c9a7f (patch) | |
tree | c8b1a598d82e9fef58f6fb64d198f872c4cacb5c | |
parent | 1aca8a6ec61cce1a4673a8f7b5412b106e366aff (diff) |
Bump __FreeBSD_version after linuxkpi updates
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 793f7862f120..db2cb888ce60 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -76,7 +76,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1400054 +#define __FreeBSD_version 1400055 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |