Merge pull request #2522 from HaiboZhu/Change_SharedLibVersion_v1.6

Update the SharedLibVersion to make the compatibilty
diff --git a/Makefile b/Makefile
index aa4c1b8..4a13d1e 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@
 STATIC_LDFLAGS=-lstdc++
 
 VERSION=1.6
-SHAREDLIBVERSION=0
+SHAREDLIBVERSION=3
 
 ifeq (,$(wildcard $(SRC_PATH)gmp-api))
 HAVE_GMP_API=No