Skip to content

Commit 3d60000

Browse files
committed
Back to dev
1 parent 34c324d commit 3d60000

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

package.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,21 @@
112112
<providesextension>ast</providesextension>
113113
<extsrcrelease />
114114
<changelog>
115+
<release>
116+
<date>2018-10-06</date>
117+
<version>
118+
<release>0.1.8dev</release>
119+
<api>0.1.8dev</api>
120+
</version>
121+
<stability>
122+
<release>stable</release>
123+
<api>stable</api>
124+
</stability>
125+
<license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
126+
<notes>
127+
- TBD
128+
</notes>
129+
</release>
115130
<release>
116131
<date>2017-10-08</date>
117132
<version>

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

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

0 commit comments

Comments
 (0)