Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2025 01:04:27 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: 22d4fecbcf57 - main - param.h: Bump __FreeBSD_version to 1500040
Message-ID:  <202505050104.54514RQS062614@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=22d4fecbcf576fb799686972e3de7fc78938fe6a

commit 22d4fecbcf576fb799686972e3de7fc78938fe6a
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2025-05-05 01:02:00 +0000
Commit:     Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2025-05-05 01:02:00 +0000

    param.h: Bump __FreeBSD_version to 1500040
    
    Commit 9419e086e1a3 changed the internal API between
    the nfscommon and nfscl modules.  As such, both need to
    be built from updated 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 9fccde2dcc6b..6fdadd3d596c 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 1500039
+#define __FreeBSD_version 1500040
 
 /*
  * __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?202505050104.54514RQS062614>