Skip to content

Commit db22ee2

Browse files
committed
Back to dev
1 parent 7c3dfa5 commit db22ee2

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

package.xml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,16 @@
1414
</lead>
1515
<date>2017-10-08</date>
1616
<version>
17-
<release>0.1.6</release>
18-
<api>0.1.6</api>
17+
<release>0.1.7dev</release>
18+
<api>0.1.7dev</api>
1919
</version>
2020
<stability>
2121
<release>stable</release>
2222
<api>stable</api>
2323
</stability>
2424
<license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
2525
<notes>
26-
- Added ast\get_metadata() function, which returns an array of ast\Metadata objects, one for each
27-
AST kind. The metadata contains information such as the supported flags for the kind.
28-
- Added ast\get_supported_versions() function, which provides an array of currently supported AST
29-
versions.
26+
- XXX
3027
</notes>
3128
<contents>
3229
<dir name="/">
@@ -103,6 +100,24 @@
103100
<providesextension>ast</providesextension>
104101
<extsrcrelease />
105102
<changelog>
103+
<release>
104+
<date>2017-10-08</date>
105+
<version>
106+
<release>0.1.6</release>
107+
<api>0.1.6</api>
108+
</version>
109+
<stability>
110+
<release>stable</release>
111+
<api>stable</api>
112+
</stability>
113+
<license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
114+
<notes>
115+
- Added ast\get_metadata() function, which returns an array of ast\Metadata objects, one for each
116+
AST kind. The metadata contains information such as the supported flags for the kind.
117+
- Added ast\get_supported_versions() function, which provides an array of currently supported AST
118+
versions.
119+
</notes>
120+
</release>
106121
<release>
107122
<date>2017-07-19</date>
108123
<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.6"
10+
#define PHP_AST_VERSION "0.1.7dev"
1111

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

0 commit comments

Comments
 (0)