From: Eric Haszlakiewicz Date: Sun, 29 Jul 2012 23:05:34 +0000 (-0500) Subject: Bump the version of the new library since programs will need to be re-linked to use it. X-Git-Tag: json-c-0.11-20130402~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f16e25a3e7bb38d89f6f92758da905dd3476db7;p=json-c Bump the version of the new library since programs will need to be re-linked to use it. --- diff --git a/Makefile.am b/Makefile.am index 41ea9fb..ee6ca16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ libjson_cinclude_HEADERS = \ #libjsonx_include_HEADERS = \ # json_config.h -libjson_c_la_LDFLAGS = -version-info 1:0:1 -no-undefined +libjson_c_la_LDFLAGS = -version-info 2:0:0 -no-undefined if ENABLE_OLDNAME_COMPAT libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c