From 8aaca20cf9996257d1ce2e6f4d3059b3698dde3d Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 21 Jun 2022 14:39:39 +0100 Subject: Prepare for 1.1.1p release Reviewed-by: Richard Levitte Release: yes --- include/openssl/opensslv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/openssl/opensslv.h') diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index 28ab026795..7fb1b21f7a 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 0x10101100L -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1p-dev xx XXX xxxx" +# define OPENSSL_VERSION_NUMBER 0x1010110fL +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1p 21 Jun 2022" /*- * The macros below are to be used for shared library (.so, .dll, ...) -- cgit v1.2.3