aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2021-10-06 21:09:18 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2021-10-21 22:03:38 +0000
commitfe2827f1678b8ff0baf62a1529b2cc121a25b090 (patch)
tree5ad72dd512156c021df13986da814132c0e5a4c2
parent64c043d2d2cfa44128361c9354d1fad023087be8 (diff)
Bump __FreeBSD_version for OCF changes to support variable nonce lengths.
Sponsored by: The FreeBSD Foundation (cherry picked from commit ac847dbf73685a5df9f70bbcdefa9fdeb559071d)
-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 fd177d5a23a1..3d47dda916af 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300518 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300519 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,