From 3ddc857b7d706681a5978cc233f31f42dd6f0c8f Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Mon, 28 Jul 2014 19:22:24 +0800 Subject: [PATCH] Bump the sonam Bump the soname since json_tokener_errors() has been changed and should be treated as API change. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 26ced27..63781c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,7 +31,7 @@ libjson_cinclude_HEADERS = \ #libjsonx_include_HEADERS = \ # json_config.h -libjson_c_la_LDFLAGS = -version-info 2:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@ +libjson_c_la_LDFLAGS = -version-info 3:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@ libjson_c_la_SOURCES = \ arraylist.c \