Skip to content

Commit 701e853

Browse files
committed
Release version 0.1.4
With fix for handling of nullable types
1 parent e21589b commit 701e853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_ast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
extern zend_module_entry ast_module_entry;
88
#define phpext_ast_ptr &ast_module_entry
99

10-
#define PHP_AST_VERSION "0.1.4-dev"
10+
#define PHP_AST_VERSION "0.1.4"
1111

1212
#ifdef PHP_WIN32
1313
# define PHP_AST_API __declspec(dllexport)

0 commit comments

Comments
 (0)