Commit 3ae184d3 authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

Ok, we are rolling 0.9.7-beta1 now.

Submitted by:
Reviewed by:
PR:
parent 3e975124
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line

 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
+3 −5
Original line number Diff line number Diff line

  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
+2 −2
Original line number Diff line number Diff line
@@ -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