diff --git a/README b/README index ead73fce074f9cf2008691965c50c0e2ff1e7d57..768f7fabe1ba5ce118740e7d75d9b14cd2a82287 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 1.1.0-pre3-dev + OpenSSL 1.1.0-pre3 (alpha) 15 Feb 2016 Copyright (c) 1998-2016 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson diff --git a/include/openssl/opensslv.h b/include/openssl/opensslv.h index da093d6cbcb51b2c10ee898b5a9c991b725c4293..3076570232286e0e6de3202a98b5c991eec82662 100644 --- a/include/openssl/opensslv.h +++ b/include/openssl/opensslv.h @@ -32,9 +32,9 @@ extern "C" { */ # define OPENSSL_VERSION_NUMBER 0x10100003L # ifdef OPENSSL_FIPS -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-fips-dev xx XXX xxxx" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-fips (alpha) 15 Feb 2016" # else -# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3-dev xx XXX xxxx" +# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.0-pre3 (alpha) 15 Feb 2016" # endif /*-