Skip to content

Commit 3ddc246

Browse files
committed
Set PHP_JSON_VERSION to 1.4.0
1 parent 0676f39 commit 3ddc246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/json/php_json.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#ifndef PHP_JSON_H
2323
#define PHP_JSON_H
2424

25-
#define PHP_JSON_VERSION "1.2.1"
25+
#define PHP_JSON_VERSION "1.4.0"
2626
#include "zend_smart_str_public.h"
2727

2828
extern zend_module_entry json_module_entry;

0 commit comments

Comments
 (0)