Skip to content

Commit 55c67cd

Browse files
authored
Merge pull request #28 from phalcon/development
Bump version [ci skip]
2 parents ca05f10 + 73becf6 commit 55c67cd

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5757
### Added
5858
- Initial stable release
5959

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
6162
[1.0.3]: https://github.com/phalcon/php-zephir-parser/compare/v1.0.2...v1.0.3
6263
[1.0.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.0.1...v1.0.2
6364
[1.0.1]: https://github.com/phalcon/php-zephir-parser/compare/v1.0.0...v1.0.1

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)