From 1708e3e85b4a86bae26860aa5d2913fc8eff6086 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 11 Sep 2018 13:48:18 +0100 Subject: Prepare for 1.1.1 release Reviewed-by: Richard Levitte --- include/openssl/opensslv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index b866670e18..9e66fc13fa 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 0x1010100aL -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1-pre10-dev xx XXX xxxx" +# define OPENSSL_VERSION_NUMBER 0x1010100fL +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1 11 Sep 2018" /*- * The macros below are to be used for shared library (.so, .dll, ...) -- cgit v1.2.3