We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdd0eb commit 037fc9fCopy full SHA for 037fc9f
.appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 1.3.3-{build}
+version: 1.3.5-{build}
2
3
environment:
4
matrix:
VERSION
@@ -1 +1 @@
-1.3.4
+1.3.5
zephir_parser.h
@@ -15,7 +15,7 @@ extern zend_module_entry zephir_parser_module_entry;
15
#define phpext_zephir_parser_ptr &zephir_parser_module_entry
16
17
#define PHP_ZEPHIR_PARSER_NAME "Zephir Parser"
18
-#define PHP_ZEPHIR_PARSER_VERSION "1.3.4"
+#define PHP_ZEPHIR_PARSER_VERSION "1.3.5"
19
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
20
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
21
0 commit comments