Bump the version up to 0.13

This commit is contained in:
Eric Haszlakiewicz
2017-12-07 18:03:29 -05:00
parent d582d3ae5a
commit 1f3bc5f20c
7 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2012 Eric Haszlakiewicz
* Copyright (c) 2012,2017 Eric Haszlakiewicz
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the MIT license. See COPYING for details.
@@ -13,12 +13,12 @@
#define _json_c_version_h_
#define JSON_C_MAJOR_VERSION 0
#define JSON_C_MINOR_VERSION 12
#define JSON_C_MICRO_VERSION 99
#define JSON_C_MINOR_VERSION 13
#define JSON_C_MICRO_VERSION 00
#define JSON_C_VERSION_NUM ((JSON_C_MAJOR_VERSION << 16) | \
(JSON_C_MINOR_VERSION << 8) | \
JSON_C_MICRO_VERSION)
#define JSON_C_VERSION "0.12.99"
#define JSON_C_VERSION "0.13"
/**
* @see JSON_C_VERSION