aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-12-21 01:21:23 +0000
committerRichard Levitte <levitte@openssl.org>2001-12-21 01:21:23 +0000
commitb2f570ecbb0b2157167b496541306ed2c0070a24 (patch)
treece0017ab276587f5427fb843b9af8ed8bd8ba178
parent988988807fb24ac65102f67107984402335c74e2 (diff)
downloadopenssl-OpenSSL_0_9_6c.tar.gz
Time to release 0.9.6c. The tag will be OpenSSL_0_9_6cOpenSSL_0_9_6c
-rw-r--r--CHANGES2
-rw-r--r--FAQ2
-rw-r--r--README2
-rw-r--r--crypto/opensslv.h4
4 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 00705a4194..88e7e5fa68 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
OpenSSL CHANGES
_______________
- Changes between 0.9.6b and 0.9.6c [XX xxx XXXX]
+ Changes between 0.9.6b and 0.9.6c [21 dec 2001]
*) Fix BN_rand_range bug pointed out by Dominikus Scherkl
<Dominikus.Scherkl@biodata.com>. (The previous implementation
diff --git a/FAQ b/FAQ
index c288c373a1..af13fd48bc 100644
--- a/FAQ
+++ b/FAQ
@@ -59,7 +59,7 @@ OpenSSL - Frequently Asked Questions
* Which is the current version of OpenSSL?
The current version is available from <URL: http://www.openssl.org>.
-OpenSSL 0.9.6b was released on July 9th, 2001.
+OpenSSL 0.9.6b was released on December 21st, 2001.
In addition to the current stable release, you can also access daily
snapshots of the OpenSSL development version at <URL:
diff --git a/README b/README
index c4ffc6b7d2..cffb08782a 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- OpenSSL 0.9.6c-dev XX xxx XXXX
+ OpenSSL 0.9.6c 21 dec 2001
Copyright (c) 1998-2001 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 49d8bef219..4436e3d17d 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 0x00906030L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6c-dev XX xxx XXXX"
+#define OPENSSL_VERSION_NUMBER 0x0090603fL
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6c 21 dec 2001"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT