diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2024-03-20 22:39:06 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2024-03-20 22:39:11 +0000 |
commit | bcd401b5a39c6186bb1fe450286299f2a481244c (patch) | |
tree | 0af90a394e331e739d40a0ad5f4c4ed0b47bf022 /sys | |
parent | 9978c6289d621ac9edc95acb4e0f527a62a49b03 (diff) | |
download | src-bcd401b5a39c6186bb1fe450286299f2a481244c.tar.gz src-bcd401b5a39c6186bb1fe450286299f2a481244c.zip |
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index d56255431ba2..da48839fdd3b 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 1500016 +#define __FreeBSD_version 1500017 /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |