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 34b8950 commit 26fec8fCopy full SHA for 26fec8f
.appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 1.0.3-{build}
+version: 1.0.4-{build}
2
3
build: false
4
environment:
VERSION
@@ -1 +1 @@
-1.0.3
+1.0.4
php_zephir_parser.h
@@ -24,7 +24,7 @@ extern zend_module_entry zephir_parser_module_entry;
24
#define phpext_zephir_parser_ptr &zephir_parser_module_entry
25
26
#define PHP_ZEPHIR_PARSER_NAME "Zephir Parser"
27
-#define PHP_ZEPHIR_PARSER_VERSION "1.0.3"
+#define PHP_ZEPHIR_PARSER_VERSION "1.0.4"
28
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
29
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
30
0 commit comments