Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2025 18:21:21 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b3340428f394 - main - Bump __FreeBSD_version for 0c381b7f0570
Message-ID:  <202508071821.577ILLVa076769@gitrepo.freebsd.org>

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

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

commit b3340428f394d08b9776899c7f6dc16ed5fd590c
Author:     Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2025-08-07 18:19:21 +0000
Commit:     Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-08-07 18:21:09 +0000

    Bump __FreeBSD_version for 0c381b7f0570
    
    This is necessary so that pkg builds will link to the new libutil
    shared object version.
    
    Reported by:    antoine
    Fixes:  0c381b7f0570 ("libutil: Add symbol versioning")
---
 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 f7abc740ddc3..de3697d6dedd 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 1500056
+#define __FreeBSD_version 1500057
 
 /*
  * __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?202508071821.577ILLVa076769>