From: Eric Haszlakiewicz Date: Tue, 16 Jan 2018 04:31:55 +0000 (-0500) Subject: Bump the major version of the .so library generated up to 4.0 to avoid conflicts... X-Git-Tag: json-c-0.14-20200419~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=250de31f17ff01b0a0d86a10640f91426618c385;p=thirdparty%2Fjson-c.git Bump the major version of the .so library generated up to 4.0 to avoid conflicts because some downstream packagers of json-c had already done their own bump to ".so.3" for a much older 0.12 release. --- diff --git a/Makefile.am b/Makefile.am index a0a43fc8..034f0ab4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,7 +43,7 @@ noinst_HEADERS=\ random_seed.h \ strerror_override.h -libjson_c_la_LDFLAGS = -version-info 3:1:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@ +libjson_c_la_LDFLAGS = -version-info 4:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@ libjson_c_la_SOURCES = \ arraylist.c \