git: e3953c036f9d - main - sys: Chase libmd version bump with a __FreeBSD_version bump
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Oct 2024 19:56:06 UTC
The branch main has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=e3953c036f9d66c85b8e19f99f0710b3288ce5fb
commit e3953c036f9d66c85b8e19f99f0710b3288ce5fb
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2024-10-02 19:54:24 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2024-10-02 19:55:52 +0000
sys: Chase libmd version bump with a __FreeBSD_version bump
Ports need to be rebuilt anew following this change to get off of the
old libmd.so.6.
---
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 79d188c93230..3d772d551ffe 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 1500023
+#define __FreeBSD_version 1500024
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,