aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Macklem <rmacklem@FreeBSD.org>2024-01-12 00:48:23 +0000
committerRick Macklem <rmacklem@FreeBSD.org>2024-01-12 00:48:23 +0000
commita2da1bdb61bc2d9db0b4268f53281e7c0bbce0bc (patch)
tree6f13c7812d5977fdfa3d649e59ff69989c300738
parentcc760de2183f9c9a4099783d3ff4c770521a4cb6 (diff)
downloadsrc-a2da1bdb61bc2d9db0b4268f53281e7c0bbce0bc.tar.gz
src-a2da1bdb61bc2d9db0b4268f53281e7c0bbce0bc.zip
param.h: Bump __FreeBSD_version to 1500010
Commit cc760de2183f changed the internal interface between the nfscommon and nfscl modules. As such, both need to be rebuilt from sources. Therefore, bump __FreeBSD_version.
-rw-r--r--sys/sys/param.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 33b07a431813..f912d193bc4a 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 1500009
+#define __FreeBSD_version 1500010
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,