git: dd2f7a4b45eb - main - Bump __FreeBSD_version for the addition of <crypto/chacha20_poly1305.h>.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jan 2022 22:50:31 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=dd2f7a4b45eb1285e710cfce60cb77f7c11f8075
commit dd2f7a4b45eb1285e710cfce60cb77f7c11f8075
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2022-01-18 22:49:24 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-01-18 22:49:24 +0000
Bump __FreeBSD_version for the addition of <crypto/chacha20_poly1305.h>.
Sponsored by: The FreeBSD Foundation
---
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 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,