diff options
author | Rick Macklem <rmacklem@FreeBSD.org> | 2023-12-24 23:12:44 +0000 |
---|---|---|
committer | Rick Macklem <rmacklem@FreeBSD.org> | 2023-12-24 23:12:44 +0000 |
commit | 092abb839d1d2826533bb9c4c93d713f8b5043f9 (patch) | |
tree | 6dbfc38e88bfef0a2decd0658d2835bd8c46c129 | |
parent | b8e137d8d32df3cc30610bd972055714c04da630 (diff) |
param.h: Bump __FreeBSD_version to 1400502
Commits acc704b36192 and b8e137d8d32d both modified the
internal API between the kgssapi and krpc modules.
As such, both of these modules need to be rebuilt from
sources.
I have bumped __FreeBSD_version to 1400502 for this.
-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 438b4808817b..3ed0d9ef6ddc 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -75,7 +75,7 @@ * cannot include sys/param.h and should only be updated here. */ #undef __FreeBSD_version -#define __FreeBSD_version 1400501 +#define __FreeBSD_version 1400502 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |