From c4961fa8b637cd4b6e20ffa34a94cbaf60363fd8 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Mon, 29 Aug 2016 15:18:00 +0100 Subject: Bump PHP_JSON_VERSION to 1.5.0 --- ext/json/php_json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/json/php_json.h') 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; -- cgit v1.2.1