diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2022-08-18 07:47:32 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2022-08-18 07:47:32 +0000 |
commit | ff7812ee7d444b738a454064f9639c3feb5743e8 (patch) | |
tree | f4caf5c7869d082ea7053de55d3b4319fbd4bdf4 | |
parent | 7bf65b00c6d3ad2438e1bf40e4e76808a7bf5581 (diff) |
Bump __FreeBSD_version after linuxkpi changes.
-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 5925b85911f6..59516c139136 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 1400065 +#define __FreeBSD_version 1400066 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |