Skip to content

Commit 4a15f14

Browse files
authored
Release php-ast 1.0.6 (nikic#151)
1 parent 5e3ebe2 commit 4a15f14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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>2019-11-23</date>
21+
<date>2020-02-22</date>
2222
<version>
23-
<release>1.0.6dev</release>
24-
<api>1.0.5</api>
23+
<release>1.0.6</release>
24+
<api>1.0.6</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.6dev"
10+
#define PHP_AST_VERSION "1.0.6"
1111

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

0 commit comments

Comments
 (0)