Update version info, fix typo.

This commit is contained in:
Dr. Stephen Henson 2009-04-03 11:50:59 +00:00
parent a414cbcad3
commit fa3619f233
4 changed files with 8 additions and 8 deletions

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 1.0.0-beta1 01 Apr 2009
OpenSSL 1.0.0-beta2-dev xx XXX xxxx
Copyright (c) 1998-2008 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

4
STATUS
View File

@ -1,10 +1,10 @@
OpenSSL STATUS Last modified at
______________ $Date: 2009/04/01 08:47:27 $
______________ $Date: 2009/04/03 11:50:58 $
DEVELOPMENT STATE
o OpenSSL 1.0.0-beta1: Released on Aptil 1st, 2009
o OpenSSL 1.0.0-beta1: Released on April 1st, 2009
o OpenSSL 0.9.8h: Released on May 28th, 2008
o OpenSSL 0.9.8g: Released on October 19th, 2007
o OpenSSL 0.9.8f: Released on October 11th, 2007

View File

@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x10000001L
#define OPENSSL_VERSION_NUMBER 0x10000002L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta1 xx XXX xxxx"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-beta2-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta1 xx XXX xxxx"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-beta2-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT

View File

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