git: 2c4b65cc3d22 - main - Bump __FreeBSD_version for the addition of <crypto/curve25519.h>.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Mon, 24 Jan 2022 23:29:15 UTC
The branch main has been updated by jhb:

URL: https://cgit.FreeBSD.org/src/commit/?id=2c4b65cc3d227f31864e183c15f6c42e2c596cd9

commit 2c4b65cc3d227f31864e183c15f6c42e2c596cd9
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2022-01-24 23:28:36 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-01-24 23:28:36 +0000

    Bump __FreeBSD_version for the addition of <crypto/curve25519.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 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,