git: 092abb839d1d - stable/14 - param.h: Bump __FreeBSD_version to 1400502
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 24 Dec 2023 23:13:46 UTC
The branch stable/14 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=092abb839d1d2826533bb9c4c93d713f8b5043f9
commit 092abb839d1d2826533bb9c4c93d713f8b5043f9
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2023-12-24 23:12:44 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2023-12-24 23:12:44 +0000
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.
---
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 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,