diff options
author | Jakub Zelenka <bukka@php.net> | 2015-02-17 20:52:06 +0000 |
---|---|---|
committer | Jakub Zelenka <bukka@php.net> | 2015-02-17 20:52:06 +0000 |
commit | 3ddc246b5a80d8c2917fbcffc3eadde54d2ca575 (patch) | |
tree | 2baa9ff77d6b5b80086b8ed49a1cc62112dcd2a1 /ext/json/php_json.h | |
parent | 0676f39ee4f062da47255e3f477fa9857d2a0b52 (diff) | |
download | php-git-3ddc246b5a80d8c2917fbcffc3eadde54d2ca575.tar.gz |
Set PHP_JSON_VERSION to 1.4.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 5bc2cfab0e..54d94da498 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.2.1" +#define PHP_JSON_VERSION "1.4.0" #include "zend_smart_str_public.h" extern zend_module_entry json_module_entry; |