From: Jakub Zelenka Date: Sun, 16 Jul 2017 14:53:02 +0000 (+0100) Subject: Bump PHP_JSON_VERSION to 1.6.0 X-Git-Tag: php-7.2.0beta1~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18180bb16174a2a966641ed4e6171f6753f160a8;p=php Bump PHP_JSON_VERSION to 1.6.0 --- diff --git a/ext/json/php_json.h b/ext/json/php_json.h index 511258385c..cfd6ca4816 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -20,7 +20,7 @@ #ifndef PHP_JSON_H #define PHP_JSON_H -#define PHP_JSON_VERSION "1.5.0" +#define PHP_JSON_VERSION "1.6.0" #include "zend_smart_str_public.h" extern zend_module_entry json_module_entry;