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