From 67df3c3f3b41ee11bed5bb7d464773c3d5c40eed Mon Sep 17 00:00:00 2001 From: Haibo Zhu Date: Mon, 11 Jul 2016 15:20:22 +0800 Subject: [PATCH] Update the SharedLibVersion to make the compatibilty --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa4c1b85e7..4a13d1e32b 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ CCASFLAGS=$(CFLAGS) STATIC_LDFLAGS=-lstdc++ VERSION=1.6 -SHAREDLIBVERSION=0 +SHAREDLIBVERSION=3 ifeq (,$(wildcard $(SRC_PATH)gmp-api)) HAVE_GMP_API=No