git: fe2827f1678b - stable/13 - Bump __FreeBSD_version for OCF changes to support variable nonce lengths.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 22:04:30 UTC
The branch stable/13 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=fe2827f1678b8ff0baf62a1529b2cc121a25b090
commit fe2827f1678b8ff0baf62a1529b2cc121a25b090
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-10-06 21:09:18 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2021-10-21 22:03:38 +0000
Bump __FreeBSD_version for OCF changes to support variable nonce lengths.
Sponsored by: The FreeBSD Foundation
(cherry picked from commit ac847dbf73685a5df9f70bbcdefa9fdeb559071d)
---
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 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,