From d1c28d791a7391a8dc101713cd8646df96491d03 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 20 Nov 2018 13:35:35 +0000 Subject: Prepare for 1.1.1a 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 2a54f2c9c9..af7a3b564e 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 0x10101010L -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1a-dev xx XXX xxxx" +# define OPENSSL_VERSION_NUMBER 0x1010101fL +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1a 20 Nov 2018" /*- * The macros below are to be used for shared library (.so, .dll, ...) -- cgit v1.2.3