Bump PHP_JSON_VERSION to 1.5.0

This commit is contained in:
Jakub Zelenka 2016-08-29 15:18:00 +01:00
parent ab65665a0e
commit c4961fa8b6

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