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,11 +14,11 @@
#define JSON_C_MAJOR_VERSION 0
#define JSON_C_MINOR_VERSION 13
#define JSON_C_MICRO_VERSION 00
#define JSON_C_MICRO_VERSION 01
#define JSON_C_VERSION_NUM ((JSON_C_MAJOR_VERSION << 16) | \
(JSON_C_MINOR_VERSION << 8) | \
JSON_C_MICRO_VERSION)
#define JSON_C_VERSION "0.13"
#define JSON_C_VERSION "0.13.1"
/**
* @see JSON_C_VERSION