Skip to content

Commit 791cf41

Browse files
committed
Back to dev
1 parent 044436b commit 791cf41

File tree

2 files changed

+25
-10
lines changed

2 files changed

+25
-10
lines changed

package.xml

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,16 @@
1414
</lead>
1515
<date>2018-10-21</date>
1616
<version>
17-
<release>1.0.0</release>
18-
<api>1.0.0</api>
17+
<release>1.0.1dev</release>
18+
<api>1.0.1dev</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-
This release is the same as version 0.1.7 with obsolete and deprecated functionality removed.
27-
28-
- Removed AST versions prior to version 50.
29-
- Removed ast\Node\Decl class, which is no longer used.
30-
- Removed AST kinds AST_AND, AST_COALESCE, AST_GREATER, AST_GREATER_EQUAL, AST_OR, AST_SILENCE,
31-
AST_UNARY_MINUS, and AST_UNARY_PLUS, which are no longer used.
32-
- Removed ASSIGN_* AST flags, which are no longer used.
26+
- TBD
3327
</notes>
3428
<contents>
3529
<dir name="/">
@@ -108,6 +102,27 @@ This release is the same as version 0.1.7 with obsolete and deprecated functiona
108102
<providesextension>ast</providesextension>
109103
<extsrcrelease />
110104
<changelog>
105+
<release>
106+
<date>2018-10-21</date>
107+
<version>
108+
<release>1.0.0</release>
109+
<api>1.0.0</api>
110+
</version>
111+
<stability>
112+
<release>stable</release>
113+
<api>stable</api>
114+
</stability>
115+
<license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
116+
<notes>
117+
This release is the same as version 0.1.7 with obsolete and deprecated functionality removed.
118+
119+
- Removed AST versions prior to version 50.
120+
- Removed ast\Node\Decl class, which is no longer used.
121+
- Removed AST kinds AST_AND, AST_COALESCE, AST_GREATER, AST_GREATER_EQUAL, AST_OR, AST_SILENCE,
122+
AST_UNARY_MINUS, and AST_UNARY_PLUS, which are no longer used.
123+
- Removed ASSIGN_* AST flags, which are no longer used.
124+
</notes>
125+
</release>
111126
<release>
112127
<date>2018-10-06</date>
113128
<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 "1.0.0"
10+
#define PHP_AST_VERSION "1.0.1dev"
1111

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

0 commit comments

Comments
 (0)