]> granicus.if.org Git - php/commitdiff
Set PHP_JSON_VERSION to 1.4.0
authorJakub Zelenka <bukka@php.net>
Tue, 17 Feb 2015 20:52:06 +0000 (20:52 +0000)
committerJakub Zelenka <bukka@php.net>
Tue, 17 Feb 2015 20:52:06 +0000 (20:52 +0000)
ext/json/php_json.h

index 5bc2cfab0e1492d0d569c0ecf7e9698a96a198e7..54d94da498d724e6287a4548ca0e2380fda808b7 100644 (file)
@@ -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;