diff --git a/README b/README index e1a38ef16..64f7c524a 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 1.0.0-dev XX xxx XXXX + OpenSSL 1.1.0-dev XX xxx XXXX Copyright (c) 1998-2008 The OpenSSL Project Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson diff --git a/openssl.spec b/openssl.spec index de8c9e18d..c114c5ae7 100644 --- a/openssl.spec +++ b/openssl.spec @@ -1,6 +1,6 @@ -%define libmaj 0 -%define libmin 9 -%define librel 9 +%define libmaj 1 +%define libmin 1 +%define librel 0 #%define librev a Release: 1 @@ -8,8 +8,8 @@ Release: 1 Summary: Secure Sockets Layer and cryptography libraries and tools Name: openssl -#Version: %{libmaj}.%{libmin}.%{librel} -Version: %{libmaj}.%{libmin}.%{librel}%{librev} +Version: %{libmaj}.%{libmin}.%{librel} +#Version: %{libmaj}.%{libmin}.%{librel}%{librev} Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz Copyright: Freely distributable Group: System Environment/Libraries