Skip to content

Commit 4ef0251

Browse files
committed
Bump version [ci skip]
1 parent ca05f10 commit 4ef0251

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.0.4-{build}
1+
version: 1.1.0-{build}
22

33
build: false
44
environment:

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.4
1+
1.1.0

zephir_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extern zend_module_entry zephir_parser_module_entry;
1919
#define phpext_zephir_parser_ptr &zephir_parser_module_entry
2020

2121
#define PHP_ZEPHIR_PARSER_NAME "Zephir Parser"
22-
#define PHP_ZEPHIR_PARSER_VERSION "1.0.4"
22+
#define PHP_ZEPHIR_PARSER_VERSION "1.1.0"
2323
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
2424
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
2525

0 commit comments

Comments
 (0)