From: Jakub Zelenka Date: Mon, 29 Aug 2016 14:18:00 +0000 (+0100) Subject: Bump PHP_JSON_VERSION to 1.5.0 X-Git-Tag: php-7.1.0RC1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4961fa8b637cd4b6e20ffa34a94cbaf60363fd8;p=php Bump PHP_JSON_VERSION to 1.5.0 --- diff --git a/ext/json/php_json.h b/ext/json/php_json.h index 045ca02f4a..cedb8ae453 100644 --- a/ext/json/php_json.h +++ b/ext/json/php_json.h @@ -22,7 +22,7 @@ #ifndef PHP_JSON_H #define PHP_JSON_H -#define PHP_JSON_VERSION "1.4.0" +#define PHP_JSON_VERSION "1.5.0" #include "zend_smart_str_public.h" extern zend_module_entry json_module_entry;