From a26c372cfc0dfeb8f7a0444c70775511bb3f20df Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 31 Mar 2009 21:21:42 +0000 Subject: [PATCH] Fix shlib version. --- crypto/opensslv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1