File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- version : 1.0.4 -{build}
1
+ version : 1.1.0 -{build}
2
2
3
3
build : false
4
4
environment :
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
57
57
### Added
58
58
- Initial stable release
59
59
60
- [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.0.3...HEAD
60
+ [ Unreleased ] : https://github.com/phalcon/php-zephir-parser/compare/v1.1.0...HEAD
61
+ [ 1.1.0 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.0.3...v1.1.0
61
62
[ 1.0.3 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.0.2...v1.0.3
62
63
[ 1.0.2 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.0.1...v1.0.2
63
64
[ 1.0.1 ] : https://github.com/phalcon/php-zephir-parser/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 1
- 1.0.4
1
+ 1.1.0
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ extern zend_module_entry zephir_parser_module_entry;
19
19
#define phpext_zephir_parser_ptr &zephir_parser_module_entry
20
20
21
21
#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 "
23
23
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
24
24
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
25
25
You can’t perform that action at this time.
0 commit comments