]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
SONAME bump 149/head
authorChristopher Meng <cickumqt@gmail.com>
Mon, 28 Jul 2014 11:28:19 +0000 (19:28 +0800)
committerChristopher Meng <cickumqt@gmail.com>
Mon, 28 Jul 2014 11:28:19 +0000 (19:28 +0800)
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

index 26ced27080d291984cdc671cee334a870b71e765..63781c03702f4e5efb6e64dea4cd8e70bcc4eca1 100644 (file)
@@ -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 \