mirror of
https://github.com/json-c/json-c.git
synced 2026-04-08 14:59:06 +08:00
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:
@@ -44,7 +44,7 @@ noinst_HEADERS=\
|
|||||||
random_seed.h \
|
random_seed.h \
|
||||||
strerror_override.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 = \
|
libjson_c_la_SOURCES = \
|
||||||
arraylist.c \
|
arraylist.c \
|
||||||
|
|||||||
Reference in New Issue
Block a user