X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fopensslv.h;h=49f3c0a780a0cecaee49c96fd53bbabdeb11f34d;hp=479743d5983ac72fe3f52890a662733a6f607e25;hb=74f2d9c1ec5f5510e1d3da5a9f03c28df0977762;hpb=bd31d02e412f80f53073a1eb776dffe06ac91746 diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index 479743d598..49f3c0a780 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -1,3 +1,12 @@ +/* + * Copyright 1999-2018 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + #ifndef HEADER_OPENSSLV_H # define HEADER_OPENSSLV_H @@ -30,11 +39,11 @@ 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 0x10100002L +# define OPENSSL_VERSION_NUMBER 0x101000afL # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2-fips (alpha) 14 Jan 2016" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0j-fips 20 Nov 2018" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre2 (alpha) 14 Jan 2016" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0j 20 Nov 2018" # endif /*- @@ -48,7 +57,7 @@ extern "C" { * * libcrypto.so.0.9 * - * Some unixen also make a softlink with the major verson number only: + * Some unixen also make a softlink with the major version number only: * * libcrypto.so.0 *