diff options
author | Jakub Zelenka <bukka@php.net> | 2017-07-16 15:53:02 +0100 |
---|---|---|
committer | Jakub Zelenka <bukka@php.net> | 2017-07-16 15:53:02 +0100 |
commit | 18180bb16174a2a966641ed4e6171f6753f160a8 (patch) | |
tree | 75c8573d869124bec9ff832ec4efd54e0982ed4e /ext/json/php_json.h | |
parent | 0f047f60f013c58fdcee29828c77f2ff77871d75 (diff) | |
download | php-git-18180bb16174a2a966641ed4e6171f6753f160a8.tar.gz |
Bump PHP_JSON_VERSION to 1.6.0
Diffstat (limited to 'ext/json/php_json.h')
-rw-r--r-- | ext/json/php_json.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |