]> granicus.if.org Git - php/commitdiff
Bump PHP_JSON_VERSION to 1.5.0
authorJakub Zelenka <bukka@php.net>
Mon, 29 Aug 2016 14:18:00 +0000 (15:18 +0100)
committerJakub Zelenka <bukka@php.net>
Mon, 29 Aug 2016 14:18:00 +0000 (15:18 +0100)
ext/json/php_json.h

index 045ca02f4ab7b9db91a3dfa983f069c9659477a1..cedb8ae453a5ad74ecf4adf955f7f32d50dc1639 100644 (file)
@@ -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;