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.

This commit is contained in:
Eric Haszlakiewicz
2018-01-15 23:31:55 -05:00
parent c652b6ad29
commit 250de31f17

View File

@@ -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 \