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 cb21ee3..e63b275 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 */