git: d04abb05375d - main - Belatedly bump __FreeBSD_version for libsys
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Feb 2024 19:51:28 UTC
The branch main has been updated by brooks:
URL: https://cgit.FreeBSD.org/src/commit/?id=d04abb05375d3525132f1e9f78090db3d0d27f14
commit d04abb05375d3525132f1e9f78090db3d0d27f14
Author: Brooks Davis <brooks@FreeBSD.org>
AuthorDate: 2024-02-07 19:45:27 +0000
Commit: Brooks Davis <brooks@FreeBSD.org>
CommitDate: 2024-02-07 19:50:47 +0000
Belatedly bump __FreeBSD_version for libsys
---
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 3f99ee36e4af..8740d37facc3 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 1500012
+#define __FreeBSD_version 1500013
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,