Skip to content

Commit a4907bb

Browse files
committed
Bump version
1 parent 5267245 commit a4907bb

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.3.2-{build}
1+
version: 1.3.3-{build}
22

33
environment:
44
matrix:
@@ -42,7 +42,7 @@ environment:
4242
VC_VERSION: 15
4343
BUILD_TYPE: nts-Win32
4444
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
45-
45+
4646
- PHP_VERSION: 7.4
4747
VC_VERSION: 15
4848
BUILD_TYPE: Win32
@@ -51,7 +51,7 @@ environment:
5151
- PHP_VERSION: 7.4
5252
VC_VERSION: 15
5353
BUILD_TYPE: nts-Win32
54-
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
54+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
5555

5656
PHP_SDK_VERSION: 2.1.9
5757
PHP_AVM: https://raw.githubusercontent.com/sergeyklay/php-appveyor/master/php-appveyor.psm1

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
## [1.3.3] - 2019-12-10
9+
### Added
10+
- Added PHP 7.4 support
11+
812
## [1.3.2] - 2019-09-30
913
### Changed
1014
- Files `parser.c` and `scanner.c` no longer distributed.
@@ -142,7 +146,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
142146
### Added
143147
- Initial stable release
144148

145-
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.2...HEAD
149+
[Unreleased]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.3...HEAD
150+
[1.3.3]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.2...v1.3.3
146151
[1.3.2]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.1...v1.3.2
147152
[1.3.1]: https://github.com/phalcon/php-zephir-parser/compare/v1.3.0...v1.3.1
148153
[1.3.0]: https://github.com/phalcon/php-zephir-parser/compare/v1.2.0...v1.3.0

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.1
1+
1.3.3

zephir_parser.h

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

1717
#define PHP_ZEPHIR_PARSER_NAME "Zephir Parser"
18-
#define PHP_ZEPHIR_PARSER_VERSION "1.3.2"
18+
#define PHP_ZEPHIR_PARSER_VERSION "1.3.3"
1919
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
2020
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
2121

0 commit comments

Comments
 (0)