From: Richard Levitte Date: Thu, 11 Apr 2002 21:51:40 +0000 (+0000) Subject: Change the date to XX xxx XXXX in development versions. X-Git-Tag: OpenSSL_0_9_6d~20^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=241d2ba1da4ab3eb334a72c269725c060986e204;p=thirdparty%2Fopenssl.git Change the date to XX xxx XXXX in development versions. --- diff --git a/README b/README index 22970cb099..ef9fcc002b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - OpenSSL 0.9.8-dev 24 Sep 2000 + OpenSSL 0.9.8-dev XX xxx XXXX 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 802bda5eec..cb21ee381f 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -26,7 +26,7 @@ * major minor fix final patch/beta) */ #define OPENSSL_VERSION_NUMBER 0x00908000L -#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-dev 24 Sep 2000" +#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.8-dev XX xxx XXXX" #define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT