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 8a73e95 commit 5c97e28Copy full SHA for 5c97e28
.appveyor.yml
@@ -1,4 +1,4 @@
1
-version: 1.1.2-{build}
+version: 1.1.3-{build}
2
3
#---------------------------------#
4
# environment configuration #
VERSION
@@ -1 +1 @@
-1.1.2
+1.1.3
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.1.2"
+#define PHP_ZEPHIR_PARSER_VERSION "1.1.3"
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