From 9cb0969f657bcc297430fefb9a51e78c52703121 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 31 Dec 1998 09:36:40 +0000 Subject: Fix version stuff: 1. The already released version was 0.9.1c and not 0.9.1b 2. The next release should be 0.9.2 and not 0.9.1d, because first the changes are already too large, second we should avoid any more 0.9.1x confusions and third, the Apache version semantics of VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here .2 is already just a patchlevel and not major change). tVS: ---------------------------------------------------------------------- --- crypto/sha/sha1dgst.c | 2 +- crypto/sha/sha_dgst.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/sha') diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c index b0bb4b91cb..558175d216 100644 --- a/crypto/sha/sha1dgst.c +++ b/crypto/sha/sha1dgst.c @@ -63,7 +63,7 @@ #include "sha.h" #include "sha_locl.h" -char *SHA1_version="SHA1 part of OpenSSL 0.9.1c 23-Dec-1998"; +char *SHA1_version="SHA1 part of OpenSSL 0.9.2 31-Dec-1998"; /* Implemented from SHA-1 document - The Secure Hash Algorithm */ diff --git a/crypto/sha/sha_dgst.c b/crypto/sha/sha_dgst.c index b215e4ce93..fcca22b011 100644 --- a/crypto/sha/sha_dgst.c +++ b/crypto/sha/sha_dgst.c @@ -63,7 +63,7 @@ #include "sha.h" #include "sha_locl.h" -char *SHA_version="SHA part of OpenSSL 0.9.1c 23-Dec-1998"; +char *SHA_version="SHA part of OpenSSL 0.9.2 31-Dec-1998"; /* Implemented from SHA-0 document - The Secure Hash Algorithm */ -- cgit v1.2.3