Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2021 21:10:44 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ac847dbf7368 - main - Bump __FreeBSD_version for OCF changes to support variable nonce lengths.
Message-ID:  <202110062110.196LAiqj062427@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb:

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

commit ac847dbf73685a5df9f70bbcdefa9fdeb559071d
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-10-06 21:09:18 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2021-10-06 21:09:18 +0000

    Bump __FreeBSD_version for OCF changes to support variable nonce lengths.
    
    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 899ae1793b28..9a016e35323e 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 1400035
+#define __FreeBSD_version 1400036
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110062110.196LAiqj062427>