From: Richard Levitte Date: Tue, 19 Nov 2002 11:37:03 +0000 (+0000) Subject: We now work with the development of 0.9.7 beta 5. X-Git-Tag: OpenSSL_0_9_7-beta5~49 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8f89ae928b31e62aa5efdcb7c497693bac76bf52;p=oweals%2Fopenssl.git We now work with the development of 0.9.7 beta 5. --- diff --git a/README b/README index 820f819400..4100af7a3b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 0.9.7-beta4 19 Nov 2002 + OpenSSL 0.9.7-beta5-dev xx XXX 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 6d376b5dd9..a82d0da669 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 0x00907004L -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta4 19 Nov 2002" +#define OPENSSL_VERSION_NUMBER 0x00907005L +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.7-beta5-dev xx XXX 2002" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT