Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2025 20:00:54 GMT
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d8c5c513e1cb - main - param.h: Bump __FreeBSD_version for NFS api changes
Message-ID:  <202506302000.55UK0s3V018429@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rmacklem:

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

commit d8c5c513e1cbca329a75fa6ea5f5064c3a1d78b2
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2025-06-30 19:58:01 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2025-06-30 19:58:01 +0000

    param.h: Bump __FreeBSD_version for NFS api changes
    
    Commits 171f66b0c2ca and 8e2a90ac8089 changed the internal
    api between nfscommon.ko and the other nfs modules.
    Bump __FreeBSD_version to 1500049 for this.
    
    All NFS related modules must be rebuilt from up-to-date
    sources.
---
 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 b9849390c844..f1bf874cb5fd 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 1500048
+#define __FreeBSD_version 1500049
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202506302000.55UK0s3V018429>