From: Dr. Stephen Henson Date: Tue, 31 Mar 2009 21:21:42 +0000 (+0000) Subject: Fix shlib version. X-Git-Tag: OpenSSL_1_0_0-beta1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a26c372cfc0dfeb8f7a0444c70775511bb3f20df;p=openssl Fix shlib version. --- diff --git a/crypto/opensslv.h b/crypto/opensslv.h index 53b565d638..8051839b5e 100644 --- a/crypto/opensslv.h +++ b/crypto/opensslv.h @@ -83,7 +83,7 @@ * should only keep the versions that are binary compatible with the current. */ #define SHLIB_VERSION_HISTORY "" -#define SHLIB_VERSION_NUMBER "1.1.0" +#define SHLIB_VERSION_NUMBER "1.0.0" #endif /* HEADER_OPENSSLV_H */