summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-04-17 12:28:37 +0000
committerRichard Levitte <levitte@openssl.org>2002-04-17 12:28:37 +0000
commitc387a61fdd62c0351e0334677589a95b9680ca68 (patch)
treede76d516d0e946063bf0e0f2da175ebc4b8ea2e9
parent5d2175eddb41f6ea4d794894b590abbb298ff165 (diff)
downloadopenssl-new-c387a61fdd62c0351e0334677589a95b9680ca68.tar.gz
0.9.6d-beta1 is about to be built. Change version numbers and stringsOpenSSL_0_9_6d-beta1
accordingly.
-rw-r--r--README2
-rw-r--r--STATUS3
-rw-r--r--crypto/opensslv.h4
3 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 5b003a03b0..b7f8be6a17 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.6d-dev XX xxx XXXX
+ OpenSSL 0.9.6d-beta1 17 Apr 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 d58bdb5ff0..34c6a2fa06 100644
--- a/STATUS
+++ b/STATUS
@@ -1,10 +1,11 @@
OpenSSL STATUS Last modified at
- ______________ $Date: 2002/02/20 17:39:25 $
+ ______________ $Date: 2002/04/17 12:28:37 $
DEVELOPMENT STATE
o OpenSSL 0.9.7: Under development...
+ o OpenSSL 0.9.6d: Feature freeze, beta1 April 17th, 2002
o OpenSSL 0.9.6c: Released on December 21st, 2001
o OpenSSL 0.9.6b: Released on July 9th, 2001
o OpenSSL 0.9.6a: Released on April 5th, 2001
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index ed9fde9844..008c61681d 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 0x00906040L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6d-dev XX xxx XXXX"
+#define OPENSSL_VERSION_NUMBER 0x00906041L
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6d-beta1 17 Apr 2002"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT