The branch stable/15 has been updated by wulf:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=198ef2a31cee7dd256434ad6120d279d9bcc211a

commit 198ef2a31cee7dd256434ad6120d279d9bcc211a
Author:     Vladimir Kondratyev <[email protected]>
AuthorDate: 2025-12-17 21:31:11 +0000
Commit:     Vladimir Kondratyev <[email protected]>
CommitDate: 2025-12-24 20:08:44 +0000

    LinuxKPI: bump __FreeBSD_version for vmap_pfn implementation
---
 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 d4afa1be7bc5..9f810fb68147 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -74,7 +74,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1500504
+#define __FreeBSD_version 1500505
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,

Reply via email to