summaryrefslogtreecommitdiff
path: root/ext/json/php_json.h
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2017-07-16 15:53:02 +0100
committerJakub Zelenka <bukka@php.net>2017-07-16 15:53:02 +0100
commit18180bb16174a2a966641ed4e6171f6753f160a8 (patch)
tree75c8573d869124bec9ff832ec4efd54e0982ed4e /ext/json/php_json.h
parent0f047f60f013c58fdcee29828c77f2ff77871d75 (diff)
downloadphp-git-18180bb16174a2a966641ed4e6171f6753f160a8.tar.gz
Bump PHP_JSON_VERSION to 1.6.0
Diffstat (limited to 'ext/json/php_json.h')
-rw-r--r--ext/json/php_json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/php_json.h b/ext/json/php_json.h
index 511258385c..cfd6ca4816 100644
--- a/ext/json/php_json.h
+++ b/ext/json/php_json.h
@@ -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;