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 ca05f10 commit 4ef0251Copy full SHA for 4ef0251
.appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 1.0.4-{build}
+version: 1.1.0-{build}
2
3
build: false
4
environment:
VERSION
@@ -1 +1 @@
-1.0.4
+1.1.0
zephir_parser.h
@@ -19,7 +19,7 @@ extern zend_module_entry zephir_parser_module_entry;
19
#define phpext_zephir_parser_ptr &zephir_parser_module_entry
20
21
#define PHP_ZEPHIR_PARSER_NAME "Zephir Parser"
22
-#define PHP_ZEPHIR_PARSER_VERSION "1.0.4"
+#define PHP_ZEPHIR_PARSER_VERSION "1.1.0"
23
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
24
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
25
0 commit comments