summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-13 16:39:22 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-13 16:39:22 +0000
commitc4af8daf34aa3a6e56214a6cca66e47e04139680 (patch)
tree21193151b57bf0f470a37a5ff14a5d290b857c50
parentb4ac8b1e0a30f93461ef9e26b518fb7d7cbda2b6 (diff)
downloadopenssl-new-OpenSSL-engine-0_9_6a-beta1.tar.gz
Release Beta 1 of OpenSSL 0.9.6a [engine].OpenSSL-engine-0_9_6a-beta1
-rw-r--r--README2
-rw-r--r--STATUS4
-rw-r--r--crypto/opensslv.h4
3 files changed, 6 insertions, 4 deletions
diff --git a/README b/README
index 2435de10ca..52121bd6b2 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.6 [engine] 24 Sep 2000
+ OpenSSL 0.9.6a-beta1 [engine] 13 Mar 2001
Copyright (c) 1998-2000 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/STATUS b/STATUS
index 3212503723..90f1cab51b 100644
--- a/STATUS
+++ b/STATUS
@@ -1,9 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2000/09/24 16:04:33 $
+ ______________ $Date: 2001/03/13 16:39:20 $
DEVELOPMENT STATE
+ o OpenSSL 0.9.6a: In development...
+ Beta 1 released on March 13th, 2001
o OpenSSL 0.9.6: Released on September 24th, 2000
o OpenSSL 0.9.5a: Released on April 1st, 2000
o OpenSSL 0.9.5: Released on February 28th, 2000
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 92a5e4e678..33695c87ba 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 0x00906010L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6a-dev [engine] XX xxx XXXX"
+#define OPENSSL_VERSION_NUMBER 0x00906011L
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6a-beta1 [engine] 13 Mar 2001"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT