Bump up the libtool library version to "1:0:1" (aka libjson.0.1.0) since the API...
authorEric Haszlakiewicz <ehaszla@transunion.com>
Tue, 3 May 2011 21:12:17 +0000 (21:12 +0000)
committerEric Haszlakiewicz <ehaszla@transunion.com>
Tue, 3 May 2011 21:12:17 +0000 (21:12 +0000)
git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@70 327403b1-1117-474d-bef2-5cb71233fd97

Makefile.am

index 97fedd6..fe4846d 100644 (file)
@@ -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 \