From: Richard Levitte Date: Sun, 17 Sep 2000 20:19:44 +0000 (+0000) Subject: A new beta is being released. Change the version numbers X-Git-Tag: OpenSSL_0_9_6-beta3~55 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a440d6636f0a8469f6f498cef409a04ba9884972;p=oweals%2Fopenssl.git A new beta is being released. Change the version numbers accordingly. --- diff --git a/README b/README index ca60f16f61..f57e5260a0 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 0.9.6-beta1 11 Sep 2000 + OpenSSL 0.9.6-beta2 17 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 ee92e30700..938fc80b7e 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 0x00906001L -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6-beta1 11 Sep 2000" +#define OPENSSL_VERSION_NUMBER 0x00906002L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.6-beta2 17 Sep 2000" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT