Skip to content

Commit d89c303

Browse files
committed
Merge pull request nikic#17 from remicollet/patch-1
Set version to 0.1.0-dev
2 parents ac969d7 + f4284d7 commit d89c303

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.0"
10+
#define PHP_AST_VERSION "0.1.0-dev"
1111

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

0 commit comments

Comments
 (0)