]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Bump the major version of the .so library generated up to 4.0 to avoid conflicts...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 16 Jan 2018 04:31:55 +0000 (23:31 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 16 Jan 2018 04:31:55 +0000 (23:31 -0500)
Makefile.am

index a0a43fc8bc7315116b8a9eb692714eb0938fbbe6..034f0ab4883b2cf8798a2eeb0e46e6d03d2d1969 100644 (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 \