Bump PHP_JSON_VERSION to 1.6.0

This commit is contained in:
Jakub Zelenka 2017-07-16 15:53:02 +01:00
parent 0f047f60f0
commit 18180bb161

View 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;