summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Haszlakiewicz <erh+git@nimenees.com>2013-04-02 21:04:18 -0500
committerEric Haszlakiewicz <erh+git@nimenees.com>2013-04-02 21:04:18 -0500
commit97ef11033a39d85752d2fb262f2aae5712504fb2 (patch)
tree815e689011d69294066cf80665e00e283bf99a6f
parentd1645e378d283fd9ab2976ed1f65a3e347997d7a (diff)
downloadjson-c-0.11.tar.gz
Drop the libtool versions back down a bit to avoid changing the major number of the library. Programs compiled against v0.10 should work ok with v0.11.json-c-0.11-20130402json-c-0.11
-rw-r--r--Makefile.am2
-rw-r--r--Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 350115b..df56a69 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,7 @@ libjson_cinclude_HEADERS = \
#libjsonx_include_HEADERS = \
# json_config.h
-libjson_c_la_LDFLAGS = -version-info 3:0:1 -no-undefined
+libjson_c_la_LDFLAGS = -version-info 2:1:0 -no-undefined
if ENABLE_OLDNAME_COMPAT
libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c
diff --git a/Makefile.in b/Makefile.in
index f689187..2294dd5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -302,7 +302,7 @@ libjson_cinclude_HEADERS = \
#
#libjsonx_include_HEADERS = \
# json_config.h
-libjson_c_la_LDFLAGS = -version-info 3:0:1 -no-undefined
+libjson_c_la_LDFLAGS = -version-info 2:1:0 -no-undefined
@ENABLE_OLDNAME_COMPAT_TRUE@libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c
# Temporary libjson library. This will be removed after one release.