summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-03-15 14:37:47 +0000
committerMatt Caswell <matt@openssl.org>2022-03-15 14:37:47 +0000
commitd82e959e621a3d597f1e0d50ff8c2d8b96915fd7 (patch)
treeb43f22522bdf6a7294edb6dd94d688e223b3af6f /include
parent0c5bc96fb7f5f6a5f1ac3fa7709091ce463e510d (diff)
Prepare for 1.1.1n releaseOpenSSL_1_1_1n
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Diffstat (limited to 'include')
-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 094082bd99..c486264470 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 0x101010e0L
-# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1n-dev xx XXX xxxx"
+# define OPENSSL_VERSION_NUMBER 0x101010efL
+# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1n 15 Mar 2022"
/*-
* The macros below are to be used for shared library (.so, .dll, ...)