git: a7b9f4d96e8b - main - Bump __FreeBSD_version for bus resource API change

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Wed, 13 Mar 2024 22:16:03 UTC
The branch main has been updated by jhb:

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

commit a7b9f4d96e8bdc30db27ec7a193a8d8fdf7c652c
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2024-03-13 22:14:23 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-03-13 22:14:23 +0000

    Bump __FreeBSD_version for bus resource API change
    
    Specifically, the change to remove redundant rid and type arguments
    from bus_* when passing an allocated struct resource.
---
 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 ff932e6c60dd..4369aba9bb46 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -73,7 +73,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1500014
+#define __FreeBSD_version 1500015
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,