summaryrefslogtreecommitdiff
path: root/ext/json/php_json.h
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2018-06-14 20:25:59 +0100
committerJakub Zelenka <bukka@php.net>2018-06-14 20:25:59 +0100
commitf3ef13e1d6cab27843ac8942bc1d50fb9abd301d (patch)
tree6270c94659bfa1faa4471ce9c48784fbb87cc503 /ext/json/php_json.h
parent591f4f005d38fd2b61cb3be7bb9e4d1e774c3705 (diff)
downloadphp-git-f3ef13e1d6cab27843ac8942bc1d50fb9abd301d.tar.gz
Bump PHP_JSON_VERSION to 1.7.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 e16b8c52a4..b5bb4b9cc7 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.6.0"
+#define PHP_JSON_VERSION "1.7.0"
#include "zend_smart_str_public.h"
extern zend_module_entry json_module_entry;