From 4f4f555a2567d69905fe7fc59b5f511c9df43e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Esser?= Date: Fri, 29 Nov 2019 20:43:16 +0100 Subject: [PATCH] Makefile: Bump the major version of the .so library generated up to 5.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There has a new interface been added during development. Also some changes may break ABI compatibility with the prior library so-name. Signed-off-by: Björn Esser --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 034f0ab..dbf1d78 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 4:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@ +libjson_c_la_LDFLAGS = -version-info 5:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@ libjson_c_la_SOURCES = \ arraylist.c \