From f4ddcc916a22377106b3eba9a48b0dd6c0bf6d83 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Fri, 2 Feb 2018 13:37:23 -0800 Subject: [PATCH] Bump so version --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index e18a4cc..af85edd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,7 +7,7 @@ libstorj_la_LIBADD = -lcurl -lnettle -ljson-c -luv -lm # - Increase the age value only if the changes made to the ABI are backward compatible. # https://autotools.io/libtool/version.html # The order for version-info is :: -libstorj_la_LDFLAGS = -Wall -version-info 1:1:0 +libstorj_la_LDFLAGS = -Wall -version-info 2:2:0 if BUILD_STORJ_DLL libstorj_la_LDFLAGS += -no-undefined endif