From db833f2411b97637b7c7aff3d89d82e6a1b07ea2 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Mon, 28 Jul 2014 19:28:19 +0800 Subject: [PATCH] SONAME bump The last json_tokener_errors change affects the binary package, we need a bump to solve the issue. See [this bug of postgis.](https://bugzilla.redhat.com/show_bug.cgi?id=1123785) --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 26ced270..63781c03 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 \ -- 2.39.5