Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jul 2025 23:58:02 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: 04055decc91c - main - param.h: Bump __FreeBSD_version for 392a82 and c00baa
Message-ID:  <202507192358.56JNw2ik037409@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=04055decc91c5911498bfcb924d26f37803ecb3a

commit 04055decc91c5911498bfcb924d26f37803ecb3a
Author:     Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2025-07-19 23:55:29 +0000
Commit:     Rick Macklem <rmacklem@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,



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