git: 310646a92ab4 - stable/14 - param.h: Bump _FreeBSD_version for commit 9fed5151903f
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Feb 2025 21:27:15 UTC
The branch stable/14 has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=310646a92ab448156c34a3b84494fd2166079b55
commit 310646a92ab448156c34a3b84494fd2166079b55
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2025-02-28 21:25:43 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2025-02-28 21:25:43 +0000
param.h: Bump _FreeBSD_version for commit 9fed5151903f
---
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 914433bace0e..12a0e2098fec 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 1402503
+#define __FreeBSD_version 1402504
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,