summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric Haszlakiewicz <ehaszla@transunion.com>2011-05-03 21:12:17 +0000
committerEric Haszlakiewicz <ehaszla@transunion.com>2011-05-03 21:12:17 +0000
commit7a593a0fa755326775296b7cc4b08ace02d87948 (patch)
tree530a7b7d901c423a2059d42e49dd9be435d02c55 /Makefile.am
parent0354e19c31a82f153408195c5c0805bddfc1ac7e (diff)
Bump up the libtool library version to "1:0:1" (aka libjson.0.1.0) since the API has been extended, but is still backwards compatible..
git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@70 327403b1-1117-474d-bef2-5cb71233fd97
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 97fedd6..fe4846d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ libjsoninclude_HEADERS = \
linkhash.h \
printbuf.h
-libjson_la_LDFLAGS = -version-info 0:1:0
+libjson_la_LDFLAGS = -version-info 1:0:1
libjson_la_SOURCES = \
arraylist.c \