Ok, we are rolling 0.9.7-beta1 now.

Submitted by:
Reviewed by:
PR:
This commit is contained in:
Lutz Jänicke 2002-06-01 15:21:55 +00:00
parent 3e975124f3
commit 3ae184d31f
3 changed files with 6 additions and 8 deletions

2
README
View File

@ -1,5 +1,5 @@
OpenSSL 0.9.7-dev XX xxx XXXX
OpenSSL 0.9.7-beta1 01 Jun 2002
Copyright (c) 1998-2002 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

8
STATUS
View File

@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
______________ $Date: 2002/05/16 10:00:16 $
______________ $Date: 2002/06/01 15:21:52 $
DEVELOPMENT STATE
o OpenSSL 0.9.7: Under development...
o OpenSSL 0.9.8: Under development...
o OpenSSL 0.9.7-beta1: Released on June 1st, 2002
o OpenSSL 0.9.6d: Released on May 9th, 2002
o OpenSSL 0.9.6c: Released on December 21st, 2001
o OpenSSL 0.9.6b: Released on July 9th, 2001
@ -58,9 +59,6 @@
OPEN ISSUES
o Do we want the EVP API changes in 0.9.7?
Can compatibility be improved?
o The Makefile hierarchy and build mechanism is still not a round thing:
1. The config vs. Configure scripts

View File

@ -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 0x00907000L
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-dev XX xxx XXXX"
#define OPENSSL_VERSION_NUMBER 0x00907001L
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta1 01 Jun 2002"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT