aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-01-18 22:49:24 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-01-18 22:49:24 +0000
commitdd2f7a4b45eb1285e710cfce60cb77f7c11f8075 (patch)
treefc4fd42a9c7304f8db7587c4cc2d2aa0a63573d9
parent42876a039e2b4b70918aba51a5d96d67219a5295 (diff)
downloadsrc-dd2f7a4b45eb1285e710cfce60cb77f7c11f8075.tar.gz
src-dd2f7a4b45eb1285e710cfce60cb77f7c11f8075.zip
Bump __FreeBSD_version for the addition of <crypto/chacha20_poly1305.h>.
Sponsored by: The FreeBSD Foundation
-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 fbe6cf75a944..c29ee3517f5a 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400047
+#define __FreeBSD_version 1400048
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,