summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-19 09:34:29 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-19 09:34:29 +0000
commit8e458d52b591fea7047d26ad678b9a0d825581f4 (patch)
treeb9e344512e15cbdd785f2aaea1c83f1cb31df689
parent1f475c1f6fab85eb073aa2309c246e8efe7167cd (diff)
downloadopenssl-new-8e458d52b591fea7047d26ad678b9a0d825581f4.tar.gz
Time to release 0.9.7-beta4.
The tag will be OpenSSL_0_9_7-beta4
-rw-r--r--README2
-rw-r--r--crypto/opensslv.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 4228e145f9..820f819400 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.7-beta3 30 Jul 2002
+ OpenSSL 0.9.7-beta4 19 Nov 2002
Copyright (c) 1998-2002 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 9689b49c5b..6d376b5dd9 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 0x00907003L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta3 30 Jul 2002"
+#define OPENSSL_VERSION_NUMBER 0x00907004L
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta4 19 Nov 2002"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT