git: a2da1bdb61bc - main - param.h: Bump __FreeBSD_version to 1500010

From: Rick Macklem <rmacklem_at_FreeBSD.org>
Date: Fri, 12 Jan 2024 00:49:23 UTC
The branch main has been updated by rmacklem:

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

commit a2da1bdb61bc2d9db0b4268f53281e7c0bbce0bc
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2024-01-12 00:48:23 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2024-01-12 00:48:23 +0000

    param.h: Bump __FreeBSD_version to 1500010
    
    Commit cc760de2183f changed the internal interface between
    the nfscommon and nfscl modules.  As such, both need to be
    rebuilt from sources.  Therefore, bump __FreeBSD_version.
---
 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 33b07a431813..f912d193bc4a 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 1500009
+#define __FreeBSD_version 1500010
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,