From: Michael Olbrich Date: Wed, 4 May 2016 09:27:51 +0200 Subject: [PATCH] soname Imported from openssl_1.0.2h-1.debian.tar.xz Signed-off-by: Michael Olbrich --- crypto/opensslv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 13fe440231cd..ed092f113f1b 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -88,7 +88,7 @@ extern "C" { * should only keep the versions that are binary compatible with the current. */ # define SHLIB_VERSION_HISTORY "" -# define SHLIB_VERSION_NUMBER "1.0.0" +# define SHLIB_VERSION_NUMBER "1.0.2" #ifdef __cplusplus