aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/opensslv.h
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2023-09-11 16:50:12 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2023-09-11 16:50:12 +0000
commita1860b94f62494288804faebb1bf6ea8110ca148 (patch)
tree90e3fba201c30e7ac041f3cdd71a7daed2d84789 /include/openssl/opensslv.h
parentcc0d356166e39da7f956c39f874e6dee67fd5d60 (diff)
Diffstat (limited to 'include/openssl/opensslv.h')
-rw-r--r--include/openssl/opensslv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h
index 0dc99eccdb1f..5667d4712621 100644
--- a/include/openssl/opensslv.h
+++ b/include/openssl/opensslv.h
@@ -39,8 +39,8 @@ extern "C" {
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
-# define OPENSSL_VERSION_NUMBER 0x1010116fL
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1v 1 Aug 2023"
+# define OPENSSL_VERSION_NUMBER 0x1010117fL
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1w 11 Sep 2023"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)