The branch main has been updated by rmacklem:

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

commit 04055decc91c5911498bfcb924d26f37803ecb3a
Author:     Rick Macklem <rmack...@freebsd.org>
AuthorDate: 2025-07-19 23:55:29 +0000
Commit:     Rick Macklem <rmack...@freebsd.org>
CommitDate: 2025-07-19 23:55:29 +0000

    param.h: Bump __FreeBSD_version for 392a82 and c00baa
    
    Commits 392a82b225 and c00baac0ab both changed the
    internal API between the NFS modules.  As such, all
    these modules need to be rebuilt from sources.
    
    Bump __FreeBSD_version to 1500053 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 a8e9635242dd..bd739eacae6f 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 1500052
+#define __FreeBSD_version 1500053
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,

Reply via email to