aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-21 09:08:44 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-21 09:08:44 +0000
commitd40898dfabe3b888f752a2a61e1bbcf06264e604 (patch)
treed537f6c37a68b9a2c310dfe266f28bded77abb82
parent422e5a4807eeace088541f1d3a72003245ca2d93 (diff)
downloadopenssl-OpenSSL_0_9_6-beta3.tar.gz
Time to build beta 3. Bump the version numbers accordingly.OpenSSL_0_9_6-beta3
-rw-r--r--README2
-rw-r--r--crypto/opensslv.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 35c662cc3c..df67c76146 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.6-beta2 17 Sep 2000
+ OpenSSL 0.9.6-beta3 (Final beta) 21 Sep 2000
Copyright (c) 1998-2000 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 938fc80b7e..4dcc1b500a 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 0x00906002L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6-beta2 17 Sep 2000"
+#define OPENSSL_VERSION_NUMBER 0x00906003L
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6-beta3 21 Sep 2000"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT