]> granicus.if.org Git - php/commitdiff
Bump PHP_JSON_VERSION to 1.6.0
authorJakub Zelenka <bukka@php.net>
Sun, 16 Jul 2017 14:53:02 +0000 (15:53 +0100)
committerJakub Zelenka <bukka@php.net>
Sun, 16 Jul 2017 14:53:02 +0000 (15:53 +0100)
ext/json/php_json.h

index 511258385ce6307572693063d1e92204fcafacbf..cfd6ca48165f9fe25356de9aec5e5395c90d4a9b 100644 (file)
@@ -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;