aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-01-24 23:28:36 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2022-01-24 23:28:36 +0000
commit2c4b65cc3d227f31864e183c15f6c42e2c596cd9 (patch)
tree7e0781c5366eb7f9a96c6c210fdafa25b3850bd7
parent16cf646a6fe6d55dd372e544692c4bd9836af5c4 (diff)
Bump __FreeBSD_version for the addition of <crypto/curve25519.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 c29ee3517f5a..b6a28f9f7d72 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 1400048
+#define __FreeBSD_version 1400049
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,