From 6297bcd74cd362664c470b98a50db6aff4128eab Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 31 Jul 2002 13:24:26 +0000 Subject: The version of the shared library should, for now, reflect the version of OpenSSL. Part of PR 181. --- crypto/opensslv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/opensslv.h') diff --git a/crypto/opensslv.h b/crypto/opensslv.h index cb21ee381f..e63b275e46 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -79,7 +79,7 @@ * should only keep the versions that are binary compatible with the current. */ #define SHLIB_VERSION_HISTORY "" -#define SHLIB_VERSION_NUMBER "0.9.7" +#define SHLIB_VERSION_NUMBER "0.9.8" #endif /* HEADER_OPENSSLV_H */ -- cgit v1.2.3