Skip to content

Commit

Permalink
#141 - Bump version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Dec 27, 2022
1 parent e03fa5d commit 990d6ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.5.2
12 changes: 6 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
<email>anton@phalcon.io</email>
<active>yes</active>
</lead>
<date>2022-09-19</date>
<time>12:00:00</time>
<date>2022-12-27</date>
<time>21:00:00</time>
<version>
<release>1.5.1</release>
<api>1.5.1</api>
<release>1.5.2</release>
<api>1.5.2</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://github.com/zephir-lang/php-zephir-parser/blob/development/LICENSE">MIT</license>
<notes>
Mon, Sep 19, 2022 - Zephir Parser 1.5.1
Mon, Dec 27, 2022 - Zephir Parser 1.5.2

= Added:

- Enabled support of PHP8.2 for PECL
- Enabled support of PHP8.2 for Windows
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion zephir_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extern zend_module_entry zephir_parser_module_entry;
#define phpext_zephir_parser_ptr &zephir_parser_module_entry

#define PHP_ZEPHIR_PARSER_NAME "zephir_parser"
#define PHP_ZEPHIR_PARSER_VERSION "1.5.1"
#define PHP_ZEPHIR_PARSER_VERSION "1.5.2"
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."

Expand Down

0 comments on commit 990d6ec

Please sign in to comment.