Update version to 0.9.6i, even if that's never going to be released.
This commit is contained in:
parent
631cdb9f69
commit
8ca0db580e
4 changed files with 8 additions and 4 deletions
4
CHANGES
4
CHANGES
|
@ -2,6 +2,10 @@
|
|||
OpenSSL CHANGES
|
||||
_______________
|
||||
|
||||
Changes between 0.9.6h and 0.9.6i [xx XXX xxxx]
|
||||
|
||||
*)
|
||||
|
||||
Changes between 0.9.6g and 0.9.6h [21 Dec 2002]
|
||||
|
||||
*) New function OPENSSL_cleanse(), which is used to cleanse a section of
|
||||
|
|
2
README
2
README
|
@ -1,5 +1,5 @@
|
|||
|
||||
OpenSSL 0.9.6h 5 Dec 2002
|
||||
OpenSSL 0.9.6i-dev xx XXX xxxx
|
||||
|
||||
Copyright (c) 1998-2002 The OpenSSL Project
|
||||
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
|
||||
* major minor fix final patch/beta)
|
||||
*/
|
||||
#define OPENSSL_VERSION_NUMBER 0x0090608fL
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6h 5 Dec 2002"
|
||||
#define OPENSSL_VERSION_NUMBER 0x00906090L
|
||||
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6i-dev xx XXX xxxx"
|
||||
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
%define libmaj 0
|
||||
%define libmin 9
|
||||
%define librel 6
|
||||
%define librev h
|
||||
%define librev i
|
||||
Release: 1
|
||||
|
||||
%define openssldir /var/ssl
|
||||
|
|
Loading…
Reference in a new issue