git: d609c5733b00 - main - Bump __FreeBSD_version for commit 325aa4dbd10d
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 May 2025 13:16:43 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=d609c5733b00151c1236618d8be472790f765947 commit d609c5733b00151c1236618d8be472790f765947 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2025-05-01 13:16:02 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2025-05-01 13:16:02 +0000 Bump __FreeBSD_version for commit 325aa4dbd10d PR: 286495 --- 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 8dfd5a243165..9fccde2dcc6b 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 1500038 +#define __FreeBSD_version 1500039 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,