From: Richard Levitte Date: Wed, 31 Jul 2002 13:24:26 +0000 (+0000) Subject: The version of the shared library should, for now, reflect the version X-Git-Tag: OpenSSL_0_9_7-beta4~218^2~44 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=6297bcd74cd362664c470b98a50db6aff4128eab The version of the shared library should, for now, reflect the version of OpenSSL. Part of PR 181. --- 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 */