Skip to content

Commit 900e41a

Browse files
authored
Release php-ast 1.0.13 (#210)
1 parent 1f2e734 commit 900e41a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
<email>[email protected]</email>
1919
<active>yes</active>
2020
</lead>
21-
<date>2021-05-16</date>
21+
<date>2021-07-08</date>
2222
<version>
23-
<release>1.0.13dev</release>
24-
<api>1.0.13dev</api>
23+
<release>1.0.13</release>
24+
<api>1.0.13</api>
2525
</version>
2626
<stability>
27-
<release>alpha</release>
28-
<api>alpha</api>
27+
<release>stable</release>
28+
<api>stable</api>
2929
</stability>
3030
<license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
3131
<notes>

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

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

0 commit comments

Comments
 (0)