Update version info.

This commit is contained in:
Dr. Stephen Henson 2009-04-03 11:47:05 +00:00
parent 14023fe352
commit 71fca64d96
2 changed files with 6 additions and 6 deletions

2
README
View file

@ -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

View file

@ -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