From 250de31f17ff01b0a0d86a10640f91426618c385 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Mon, 15 Jan 2018 23:31:55 -0500 Subject: [PATCH] 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.3