Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Bump so version
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Feb 2, 2018
1 parent 3ab1638 commit f4ddcc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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 <current>:<revision>:<age>
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
Expand Down

0 comments on commit f4ddcc9

Please sign in to comment.