Time to build the release. Bump the version info accordingly.
authorRichard Levitte <levitte@openssl.org>
Sun, 24 Sep 2000 15:21:30 +0000 (15:21 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 24 Sep 2000 15:21:30 +0000 (15:21 +0000)
CHANGES
FAQ
README
crypto/opensslv.h

diff --git a/CHANGES b/CHANGES
index 221f7238cf27ac2a8a04dae9825ce40f19634b8d..87853c3b29d024b606e79db08c1a5810dd662bd2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,7 +2,7 @@
  OpenSSL CHANGES
  _______________
 
  OpenSSL CHANGES
  _______________
 
- Changes between 0.9.5a and 0.9.6  [xx XXX 2000]
+ Changes between 0.9.5a and 0.9.6  [24 Sep 2000]
 
   *) In ssl23_get_client_hello, generate an error message when faced
      with an initial SSL 3.0/TLS record that is too small to contain the
 
   *) In ssl23_get_client_hello, generate an error message when faced
      with an initial SSL 3.0/TLS record that is too small to contain the
diff --git a/FAQ b/FAQ
index f0d768916a35ca6bbd0d4ad036ea591e93f74b5a..29acc8afdf5be9f58c0bce13c58259e6b522414b 100644 (file)
--- a/FAQ
+++ b/FAQ
@@ -32,7 +32,7 @@ OpenSSL  -  Frequently Asked Questions
 * Which is the current version of OpenSSL?
 
 The current version is available from <URL: http://www.openssl.org>.
 * Which is the current version of OpenSSL?
 
 The current version is available from <URL: http://www.openssl.org>.
-OpenSSL 0.9.5a was released on April 1st, 2000.
+OpenSSL 0.9.6 was released on September 24th, 2000.
 
 In addition to the current stable release, you can also access daily
 snapshots of the OpenSSL development version at <URL:
 
 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 df67c76146fc5382af477da36cc4ae3ffd1d80ff..d5969e2ad79556b2828322838728bc6312815d73 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 
 
- OpenSSL 0.9.6-beta3 (Final beta) 21 Sep 2000
+ OpenSSL 0.9.6 24 Sep 2000
 
  Copyright (c) 1998-2000 The OpenSSL Project
  Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
 
  Copyright (c) 1998-2000 The OpenSSL Project
  Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
index 4dcc1b500ad358555616a9e137135b6ea4f9deed..71b53efd51876d11b82fa300ced47fd9c68f1e5b 100644 (file)
@@ -25,8 +25,8 @@
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
  *  major minor fix final patch/beta)
  */
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
  *  major minor fix final patch/beta)
  */
-#define OPENSSL_VERSION_NUMBER 0x00906003L
-#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.6-beta3 21 Sep 2000"
+#define OPENSSL_VERSION_NUMBER 0x0090600fL
+#define OPENSSL_VERSION_TEXT   "OpenSSL 0.9.6 24 Sep 2000"
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT
 
 
 #define OPENSSL_VERSION_PTEXT  " part of " OPENSSL_VERSION_TEXT