summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-06-01 15:21:55 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-06-01 15:21:55 +0000
commit3ae184d31fa7c0b7e4ca4ac52fbfb40a912d9786 (patch)
treec78edc0773f9eedda0a00916f2aa38517910ae13
parent3e975124f3c6524a20f0cdc545420ba1c84ac81d (diff)
downloadopenssl-new-OpenSSL_0_9_7-beta1.tar.gz
Ok, we are rolling 0.9.7-beta1 now.OpenSSL_0_9_7-beta1
Submitted by: Reviewed by: PR:
-rw-r--r--README2
-rw-r--r--STATUS8
-rw-r--r--crypto/opensslv.h4
3 files changed, 6 insertions, 8 deletions
diff --git a/README b/README
index cd96ae2d40..8933063c1d 100644
--- a/README
+++ b/README
@@ -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
diff --git a/STATUS b/STATUS
index 11072ddd7d..8aaad41101 100644
--- a/STATUS
+++ b/STATUS
@@ -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
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index f45afe09f3..0d23a02fb2 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -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