mirror of
https://github.com/json-c/json-c.git
synced 2026-03-22 14:39:07 +08:00
Bump the version of the new library since programs will need to be re-linked to use it.
This commit is contained in:
@@ -32,7 +32,7 @@ libjson_cinclude_HEADERS = \
|
||||
#libjsonx_include_HEADERS = \
|
||||
# json_config.h
|
||||
|
||||
libjson_c_la_LDFLAGS = -version-info 1:0:1 -no-undefined
|
||||
libjson_c_la_LDFLAGS = -version-info 2:0:0 -no-undefined
|
||||
|
||||
if ENABLE_OLDNAME_COMPAT
|
||||
libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c
|
||||
|
||||
Reference in New Issue
Block a user