Bump version to 0.13.1, and re-generate autoconf and automake files.

This commit is contained in:
Eric Haszlakiewicz
2018-03-05 23:16:43 -05:00
parent 914527d091
commit 991e128df5
7 changed files with 139 additions and 20 deletions

View File

@@ -14,6 +14,8 @@
@SET_MAKE@
#ACLOCAL_AMFLAGS = -I autoconf-archive/m4
VPATH = @srcdir@
@@ -418,7 +420,7 @@ noinst_HEADERS = \
random_seed.h \
strerror_override.h
libjson_c_la_LDFLAGS = -version-info 3:1:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@
libjson_c_la_LDFLAGS = -version-info 4:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@
libjson_c_la_SOURCES = \
arraylist.c \
debug.c \