diff options
author | Jakub Zelenka <bukka@php.net> | 2016-08-29 15:18:00 +0100 |
---|---|---|
committer | Jakub Zelenka <bukka@php.net> | 2016-08-29 15:18:00 +0100 |
commit | c4961fa8b637cd4b6e20ffa34a94cbaf60363fd8 (patch) | |
tree | 1ad47829361d7a643f18bfd035357dc29018332a /ext/json/php_json.h | |
parent | ab65665a0ec5a3c5da8a9ad8c7f209b5038ce14a (diff) | |
download | php-git-c4961fa8b637cd4b6e20ffa34a94cbaf60363fd8.tar.gz |
Bump PHP_JSON_VERSION to 1.5.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 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; |