Skip to content

Commit 26fec8f

Browse files
committed
Bump dev version
1 parent 34b8950 commit 26fec8f

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.3-{build}
1+
version: 1.0.4-{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.3
1+
1.0.4

php_zephir_parser.h

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

2626
#define PHP_ZEPHIR_PARSER_NAME "Zephir Parser"
27-
#define PHP_ZEPHIR_PARSER_VERSION "1.0.3"
27+
#define PHP_ZEPHIR_PARSER_VERSION "1.0.4"
2828
#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
2929
#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
3030

0 commit comments

Comments
 (0)