Skip to content

Commit 4c0c70f

Browse files
authored
Release php-ast 1.0.10 (nikic#183)
* Release php-ast 1.0.10 * Fill in date in README for ast version 80
1 parent 15a7ebd commit 4c0c70f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ are listed.
493493

494494
### 80 (current)
495495

496-
Supported since 1.0.10 (XXX).
496+
Supported since 1.0.10 (2020-09-12).
497497

498498
* `mixed` type hints are now reported as an `AST_TYPE` with type `TYPE_MIXED` instead of an `AST_NAME`.
499499
* `AST_CLASS_CONST_GROUP` nodes are emitted for class constant declarations wrapping the `AST_CLASS_CONST_DECL` and any attributes.

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
<email>[email protected]</email>
1919
<active>yes</active>
2020
</lead>
21-
<date>2020-09-03</date>
21+
<date>2020-09-12</date>
2222
<version>
23-
<release>1.0.10dev</release>
24-
<api>1.0.10dev</api>
23+
<release>1.0.10</release>
24+
<api>1.0.10</api>
2525
</version>
2626
<stability>
2727
<release>stable</release>

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

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

0 commit comments

Comments
 (0)