Skip to content

Commit 7810963

Browse files
committed
Bump version
1 parent 546b07e commit 7810963

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.1
1+
1.1.2

config.m4

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
dnl $Id$
2-
dnl config.m4 for extension Zephir Parser
3-
4-
dnl Comments in this file start with the string 'dnl'.
5-
dnl Remove where necessary. This file will not work
6-
dnl without editing.
72

83
PHP_ARG_ENABLE(zephir_parser, whether to enable Zephir Parser,
94
[ --enable-zephir_parser Enable Zephir Parser])

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.1.1"
22+
#define PHP_ZEPHIR_PARSER_VERSION "1.1.2"
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)